azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.s...

89 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails"
name: "IdentityDetails"
nameWithType: "IdentityDetails"
summary: "Specifies the identity properties."
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 **IdentityDetails**"
constructors:
- uid: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.IdentityDetails()"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.IdentityDetails()"
name: "IdentityDetails()"
nameWithType: "IdentityDetails.IdentityDetails()"
summary: "Creates an instance of Identity<wbr>Details class."
syntax: "public IdentityDetails()"
desc: "Creates an instance of IdentityDetails class."
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.principalId()"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.principalId()"
name: "principalId()"
nameWithType: "IdentityDetails.principalId()"
summary: "Get the principal<wbr>Id property: Specifies the principal id for the identity for the job."
syntax: "public String principalId()"
desc: "Get the principalId property: Specifies the principal id for the identity for the job."
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.storageimportexport.models.IdentityDetails.tenantId()"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.tenantId()"
name: "tenantId()"
nameWithType: "IdentityDetails.tenantId()"
summary: "Get the tenant<wbr>Id property: Specifies the tenant id for the identity for the job."
syntax: "public String tenantId()"
desc: "Get the tenantId property: Specifies the tenant id for the identity for the job."
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.storageimportexport.models.IdentityDetails.type()"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.type()"
name: "type()"
nameWithType: "IdentityDetails.type()"
summary: "Get the type property: The type of identity."
syntax: "public IdentityType type()"
desc: "Get the type property: The type of identity."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.IdentityType?alt=com.azure.resourcemanager.storageimportexport.models.IdentityType&text=IdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.validate()"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.validate()"
name: "validate()"
nameWithType: "IdentityDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.withType(com.azure.resourcemanager.storageimportexport.models.IdentityType)"
fullName: "com.azure.resourcemanager.storageimportexport.models.IdentityDetails.withType(IdentityType type)"
name: "withType(IdentityType type)"
nameWithType: "IdentityDetails.withType(IdentityType type)"
summary: "Set the type property: The type of identity."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.IdentityType?alt=com.azure.resourcemanager.storageimportexport.models.IdentityType&text=IdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IdentityDetails withType(IdentityType type)"
desc: "Set the type property: The type of identity."
returns:
description: "the IdentityDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.IdentityDetails?alt=com.azure.resourcemanager.storageimportexport.models.IdentityDetails&text=IdentityDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the identity properties."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2