azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

80 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity"
name: "DigitalTwinsIdentity"
nameWithType: "DigitalTwinsIdentity"
summary: "The managed identity for the Digital<wbr>Twins<wbr>Instance."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DigitalTwinsIdentity**"
constructors:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.DigitalTwinsIdentity()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.DigitalTwinsIdentity()"
name: "DigitalTwinsIdentity()"
nameWithType: "DigitalTwinsIdentity.DigitalTwinsIdentity()"
syntax: "public DigitalTwinsIdentity()"
methods:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.principalId()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.principalId()"
name: "principalId()"
nameWithType: "DigitalTwinsIdentity.principalId()"
summary: "Get the object id of the Managed Identity Resource."
syntax: "public String principalId()"
desc: "Get the object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity."
returns:
description: "the principalId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.tenantId()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.tenantId()"
name: "tenantId()"
nameWithType: "DigitalTwinsIdentity.tenantId()"
summary: "Get the tenant id of the Managed Identity Resource."
syntax: "public String tenantId()"
desc: "Get the tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity."
returns:
description: "the tenantId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.type()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.type()"
name: "type()"
nameWithType: "DigitalTwinsIdentity.type()"
summary: "Get the type of Managed Identity used by the Digital<wbr>Twins<wbr>Instance."
syntax: "public DigitalTwinsIdentityType type()"
desc: "Get the type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported. Possible values include: 'None', 'SystemAssigned'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentityType?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentityType&text=DigitalTwinsIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.withType(com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentityType)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity.withType(DigitalTwinsIdentityType type)"
name: "withType(DigitalTwinsIdentityType type)"
nameWithType: "DigitalTwinsIdentity.withType(DigitalTwinsIdentityType type)"
summary: "Set the type of Managed Identity used by the Digital<wbr>Twins<wbr>Instance."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentityType?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentityType&text=DigitalTwinsIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DigitalTwinsIdentity withType(DigitalTwinsIdentityType type)"
desc: "Set the type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported. Possible values include: 'None', 'SystemAssigned'."
returns:
description: "the DigitalTwinsIdentity object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity&text=DigitalTwinsIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The managed identity for the DigitalTwinsInstance."
metadata: {}
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0