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

69 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iothub.models.ManagedIdentity"
fullName: "com.azure.resourcemanager.iothub.models.ManagedIdentity"
name: "ManagedIdentity"
nameWithType: "ManagedIdentity"
summary: "The properties of the Managed identity."
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 **ManagedIdentity**"
constructors:
- uid: "com.azure.resourcemanager.iothub.models.ManagedIdentity.ManagedIdentity()"
fullName: "com.azure.resourcemanager.iothub.models.ManagedIdentity.ManagedIdentity()"
name: "ManagedIdentity()"
nameWithType: "ManagedIdentity.ManagedIdentity()"
summary: "Creates an instance of Managed<wbr>Identity class."
syntax: "public ManagedIdentity()"
desc: "Creates an instance of ManagedIdentity class."
methods:
- uid: "com.azure.resourcemanager.iothub.models.ManagedIdentity.userAssignedIdentity()"
fullName: "com.azure.resourcemanager.iothub.models.ManagedIdentity.userAssignedIdentity()"
name: "userAssignedIdentity()"
nameWithType: "ManagedIdentity.userAssignedIdentity()"
summary: "Get the user<wbr>Assigned<wbr>Identity property: The user assigned identity."
syntax: "public String userAssignedIdentity()"
desc: "Get the userAssignedIdentity property: The user assigned identity."
returns:
description: "the userAssignedIdentity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.ManagedIdentity.validate()"
fullName: "com.azure.resourcemanager.iothub.models.ManagedIdentity.validate()"
name: "validate()"
nameWithType: "ManagedIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.iothub.models.ManagedIdentity.withUserAssignedIdentity(java.lang.String)"
fullName: "com.azure.resourcemanager.iothub.models.ManagedIdentity.withUserAssignedIdentity(String userAssignedIdentity)"
name: "withUserAssignedIdentity(String userAssignedIdentity)"
nameWithType: "ManagedIdentity.withUserAssignedIdentity(String userAssignedIdentity)"
summary: "Set the user<wbr>Assigned<wbr>Identity property: The user assigned identity."
parameters:
- description: "the userAssignedIdentity value to set."
name: "userAssignedIdentity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedIdentity withUserAssignedIdentity(String userAssignedIdentity)"
desc: "Set the userAssignedIdentity property: The user assigned identity."
returns:
description: "the ManagedIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.ManagedIdentity?alt=com.azure.resourcemanager.iothub.models.ManagedIdentity&text=ManagedIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of the Managed identity."
metadata: {}
package: "com.azure.resourcemanager.iothub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0