azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

113 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity"
name: "MediaServiceIdentity"
nameWithType: "MediaServiceIdentity"
summary: "The Media<wbr>Service<wbr>Identity model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **MediaServiceIdentity**"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.MediaServiceIdentity()"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.MediaServiceIdentity()"
name: "MediaServiceIdentity()"
nameWithType: "MediaServiceIdentity.MediaServiceIdentity()"
summary: "Creates an instance of Media<wbr>Service<wbr>Identity class."
syntax: "public MediaServiceIdentity()"
desc: "Creates an instance of MediaServiceIdentity class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.principalId()"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.principalId()"
name: "principalId()"
nameWithType: "MediaServiceIdentity.principalId()"
summary: "Get the principal<wbr>Id property: The Principal ID of the identity."
syntax: "public UUID principalId()"
desc: "Get the principalId property: The Principal ID of the identity."
returns:
description: "the principalId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.tenantId()"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.tenantId()"
name: "tenantId()"
nameWithType: "MediaServiceIdentity.tenantId()"
summary: "Get the tenant<wbr>Id property: The Tenant ID of the identity."
syntax: "public UUID tenantId()"
desc: "Get the tenantId property: The Tenant ID of the identity."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.type()"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.type()"
name: "type()"
nameWithType: "MediaServiceIdentity.type()"
summary: "Get the type property: The identity type."
syntax: "public String type()"
desc: "Get the type property: The identity type."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.userAssignedIdentities()"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.userAssignedIdentities()"
name: "userAssignedIdentities()"
nameWithType: "MediaServiceIdentity.userAssignedIdentities()"
summary: "Get the user<wbr>Assigned<wbr>Identities property: The user assigned managed identities."
syntax: "public Map<String,UserAssignedManagedIdentity> userAssignedIdentities()"
desc: "Get the userAssignedIdentities property: The user assigned managed identities."
returns:
description: "the userAssignedIdentities value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.mediaservices.models.UserAssignedManagedIdentity?alt=com.azure.resourcemanager.mediaservices.models.UserAssignedManagedIdentity&text=UserAssignedManagedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.validate()"
name: "validate()"
nameWithType: "MediaServiceIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.withType(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.withType(String type)"
name: "withType(String type)"
nameWithType: "MediaServiceIdentity.withType(String type)"
summary: "Set the type property: The identity type."
parameters:
- description: "the type value to set."
name: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MediaServiceIdentity withType(String type)"
desc: "Set the type property: The identity type."
returns:
description: "the MediaServiceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity?alt=com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity&text=MediaServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.azure.resourcemanager.mediaservices.models.UserAssignedManagedIdentity>)"
fullName: "com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity.withUserAssignedIdentities(Map<String,UserAssignedManagedIdentity> userAssignedIdentities)"
name: "withUserAssignedIdentities(Map<String,UserAssignedManagedIdentity> userAssignedIdentities)"
nameWithType: "MediaServiceIdentity.withUserAssignedIdentities(Map<String,UserAssignedManagedIdentity> userAssignedIdentities)"
summary: "Set the user<wbr>Assigned<wbr>Identities property: The user assigned managed identities."
parameters:
- description: "the userAssignedIdentities value to set."
name: "userAssignedIdentities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.mediaservices.models.UserAssignedManagedIdentity?alt=com.azure.resourcemanager.mediaservices.models.UserAssignedManagedIdentity&text=UserAssignedManagedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MediaServiceIdentity withUserAssignedIdentities(Map<String,UserAssignedManagedIdentity> userAssignedIdentities)"
desc: "Set the userAssignedIdentities property: The user assigned managed identities."
returns:
description: "the MediaServiceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity?alt=com.azure.resourcemanager.mediaservices.models.MediaServiceIdentity&text=MediaServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The MediaServiceIdentity model."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0