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

113 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity"
name: "ResourceIdentity"
nameWithType: "ResourceIdentity"
summary: "The identity of a resource."
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 **ResourceIdentity**"
constructors:
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.ResourceIdentity()"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.ResourceIdentity()"
name: "ResourceIdentity()"
nameWithType: "ResourceIdentity.ResourceIdentity()"
summary: "Creates an instance of Resource<wbr>Identity class."
syntax: "public ResourceIdentity()"
desc: "Creates an instance of ResourceIdentity class."
methods:
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.principalId()"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.principalId()"
name: "principalId()"
nameWithType: "ResourceIdentity.principalId()"
summary: "Get the principal<wbr>Id property: GUID that represents the principal ID of this resource identity."
syntax: "public String principalId()"
desc: "Get the principalId property: GUID that represents the principal ID of this resource identity."
returns:
description: "the principalId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.tenantId()"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.tenantId()"
name: "tenantId()"
nameWithType: "ResourceIdentity.tenantId()"
summary: "Get the tenant<wbr>Id property: GUID that represents the tenant ID of this resource identity."
syntax: "public String tenantId()"
desc: "Get the tenantId property: GUID that represents the tenant ID of this resource identity."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.type()"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.type()"
name: "type()"
nameWithType: "ResourceIdentity.type()"
summary: "Get the type property: String of the resource identity type."
syntax: "public ResourceIdentityType type()"
desc: "Get the type property: String of the resource identity type."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.ResourceIdentityType?alt=com.azure.resourcemanager.chaos.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.userAssignedIdentities()"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.userAssignedIdentities()"
name: "userAssignedIdentities()"
nameWithType: "ResourceIdentity.userAssignedIdentities()"
summary: "Get the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with the Experiment."
syntax: "public Map<String,UserAssignedIdentity> userAssignedIdentities()"
desc: "Get the userAssignedIdentities property: The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
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.chaos.models.UserAssignedIdentity?alt=com.azure.resourcemanager.chaos.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.validate()"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.validate()"
name: "validate()"
nameWithType: "ResourceIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.withType(com.azure.resourcemanager.chaos.models.ResourceIdentityType)"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.withType(ResourceIdentityType type)"
name: "withType(ResourceIdentityType type)"
nameWithType: "ResourceIdentity.withType(ResourceIdentityType type)"
summary: "Set the type property: String of the resource identity type."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.chaos.models.ResourceIdentityType?alt=com.azure.resourcemanager.chaos.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceIdentity withType(ResourceIdentityType type)"
desc: "Set the type property: String of the resource identity type."
returns:
description: "the ResourceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.ResourceIdentity?alt=com.azure.resourcemanager.chaos.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.ResourceIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.azure.resourcemanager.chaos.models.UserAssignedIdentity>)"
fullName: "com.azure.resourcemanager.chaos.models.ResourceIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
name: "withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
nameWithType: "ResourceIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
summary: "Set the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with the Experiment."
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.chaos.models.UserAssignedIdentity?alt=com.azure.resourcemanager.chaos.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ResourceIdentity withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
desc: "Set the userAssignedIdentities property: The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
returns:
description: "the ResourceIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.ResourceIdentity?alt=com.azure.resourcemanager.chaos.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The identity of a resource."
metadata: {}
package: "com.azure.resourcemanager.chaos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0