113 строки
9.1 KiB
YAML
113 строки
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity"
|
|
name: "ClusterIdentity"
|
|
nameWithType: "ClusterIdentity"
|
|
summary: "Identity for the cluster."
|
|
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 **ClusterIdentity**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.ClusterIdentity()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.ClusterIdentity()"
|
|
name: "ClusterIdentity()"
|
|
nameWithType: "ClusterIdentity.ClusterIdentity()"
|
|
summary: "Creates an instance of Cluster<wbr>Identity class."
|
|
syntax: "public ClusterIdentity()"
|
|
desc: "Creates an instance of ClusterIdentity class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.principalId()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "ClusterIdentity.principalId()"
|
|
summary: "Get the principal<wbr>Id property: The principal id of cluster identity."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principalId property: The principal id of cluster 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/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.tenantId()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "ClusterIdentity.tenantId()"
|
|
summary: "Get the tenant<wbr>Id property: The tenant id associated with the cluster."
|
|
syntax: "public String tenantId()"
|
|
desc: "Get the tenantId property: The tenant id associated with the cluster. 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/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.type()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.type()"
|
|
name: "type()"
|
|
nameWithType: "ClusterIdentity.type()"
|
|
summary: "Get the type property: The type of identity used for the cluster."
|
|
syntax: "public ResourceIdentityType type()"
|
|
desc: "Get the type property: The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ResourceIdentityType?alt=com.azure.resourcemanager.hdinsight.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.userAssignedIdentities()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.userAssignedIdentities()"
|
|
name: "userAssignedIdentities()"
|
|
nameWithType: "ClusterIdentity.userAssignedIdentities()"
|
|
summary: "Get the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with the cluster."
|
|
syntax: "public Map<String,UserAssignedIdentity> userAssignedIdentities()"
|
|
desc: "Get the userAssignedIdentities property: The list of user identities associated with the cluster. 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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.hdinsight.models.UserAssignedIdentity?alt=com.azure.resourcemanager.hdinsight.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.validate()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ClusterIdentity.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.withType(com.azure.resourcemanager.hdinsight.models.ResourceIdentityType)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.withType(ResourceIdentityType type)"
|
|
name: "withType(ResourceIdentityType type)"
|
|
nameWithType: "ClusterIdentity.withType(ResourceIdentityType type)"
|
|
summary: "Set the type property: The type of identity used for the cluster."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ResourceIdentityType?alt=com.azure.resourcemanager.hdinsight.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ClusterIdentity withType(ResourceIdentityType type)"
|
|
desc: "Set the type property: The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities."
|
|
returns:
|
|
description: "the ClusterIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterIdentity?alt=com.azure.resourcemanager.hdinsight.models.ClusterIdentity&text=ClusterIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.azure.resourcemanager.hdinsight.models.UserAssignedIdentity>)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ClusterIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
|
|
name: "withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
|
|
nameWithType: "ClusterIdentity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
|
|
summary: "Set the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with the cluster."
|
|
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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.hdinsight.models.UserAssignedIdentity?alt=com.azure.resourcemanager.hdinsight.models.UserAssignedIdentity&text=UserAssignedIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ClusterIdentity withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)"
|
|
desc: "Set the userAssignedIdentities property: The list of user identities associated with the cluster. 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 ClusterIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ClusterIdentity?alt=com.azure.resourcemanager.hdinsight.models.ClusterIdentity&text=ClusterIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Identity for the cluster."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|