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

113 строки
9.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity"
name: "ManagedServiceIdentity"
nameWithType: "ManagedServiceIdentity"
summary: "Managed service identity (system assigned and/or user assigned identities)."
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 final class **ManagedServiceIdentity**"
constructors:
- uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.ManagedServiceIdentity()"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.ManagedServiceIdentity()"
name: "ManagedServiceIdentity()"
nameWithType: "ManagedServiceIdentity.ManagedServiceIdentity()"
summary: "Creates an instance of Managed<wbr>Service<wbr>Identity class."
syntax: "public ManagedServiceIdentity()"
desc: "Creates an instance of ManagedServiceIdentity class."
methods:
- uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.principalId()"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.principalId()"
name: "principalId()"
nameWithType: "ManagedServiceIdentity.principalId()"
summary: "Get the principal<wbr>Id property: The service principal ID of the system assigned identity."
syntax: "public UUID principalId()"
desc: "Get the principalId property: The service principal ID of the system assigned identity. This property will only be provided for a system assigned 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.dashboard.models.ManagedServiceIdentity.tenantId()"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.tenantId()"
name: "tenantId()"
nameWithType: "ManagedServiceIdentity.tenantId()"
summary: "Get the tenant<wbr>Id property: The tenant ID of the system assigned identity."
syntax: "public UUID tenantId()"
desc: "Get the tenantId property: The tenant ID of the system assigned identity. This property will only be provided for a system assigned 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.dashboard.models.ManagedServiceIdentity.type()"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.type()"
name: "type()"
nameWithType: "ManagedServiceIdentity.type()"
summary: "Get the type property: Type of managed service identity (where both System<wbr>Assigned and User<wbr>Assigned types are allowed)."
syntax: "public ManagedServiceIdentityType type()"
desc: "Get the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedServiceIdentityType?alt=com.azure.resourcemanager.dashboard.models.ManagedServiceIdentityType&text=ManagedServiceIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.userAssignedIdentities()"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.userAssignedIdentities()"
name: "userAssignedIdentities()"
nameWithType: "ManagedServiceIdentity.userAssignedIdentities()"
summary: "Get the user<wbr>Assigned<wbr>Identities property: The set of user assigned identities associated with the resource."
syntax: "public Map<String,UserAssignedIdentity> userAssignedIdentities()"
desc: "Get the userAssignedIdentities property: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}. The dictionary values can be empty objects (\\{\\}) in requests."
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.dashboard.models.UserAssignedIdentity?alt=com.azure.resourcemanager.dashboard.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.validate()"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.validate()"
name: "validate()"
nameWithType: "ManagedServiceIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.withType(com.azure.resourcemanager.dashboard.models.ManagedServiceIdentityType)"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.withType(ManagedServiceIdentityType type)"
name: "withType(ManagedServiceIdentityType type)"
nameWithType: "ManagedServiceIdentity.withType(ManagedServiceIdentityType type)"
summary: "Set the type property: Type of managed service identity (where both System<wbr>Assigned and User<wbr>Assigned types are allowed)."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedServiceIdentityType?alt=com.azure.resourcemanager.dashboard.models.ManagedServiceIdentityType&text=ManagedServiceIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedServiceIdentity withType(ManagedServiceIdentityType type)"
desc: "Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."
returns:
description: "the ManagedServiceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.azure.resourcemanager.dashboard.models.UserAssignedIdentity>)"
fullName: "com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
name: "withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
nameWithType: "ManagedServiceIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
summary: "Set the user<wbr>Assigned<wbr>Identities property: The set of user assigned identities associated with the resource."
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.dashboard.models.UserAssignedIdentity?alt=com.azure.resourcemanager.dashboard.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedServiceIdentity withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
desc: "Set the userAssignedIdentities property: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}. The dictionary values can be empty objects (\\{\\}) in requests."
returns:
description: "the ManagedServiceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Managed service identity (system assigned and/or user assigned identities)."
metadata: {}
package: "com.azure.resourcemanager.dashboard.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-dashboard:1.0.0