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

65 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity"
fullName: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity"
name: "UserAssignedIdentity"
nameWithType: "UserAssignedIdentity"
summary: "User assigned 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 class **UserAssignedIdentity**"
constructors:
- uid: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.UserAssignedIdentity()"
fullName: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.UserAssignedIdentity()"
name: "UserAssignedIdentity()"
nameWithType: "UserAssignedIdentity.UserAssignedIdentity()"
summary: "Creates an instance of User<wbr>Assigned<wbr>Identity class."
syntax: "public UserAssignedIdentity()"
desc: "Creates an instance of UserAssignedIdentity class."
methods:
- uid: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.clientId()"
fullName: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.clientId()"
name: "clientId()"
nameWithType: "UserAssignedIdentity.clientId()"
summary: "Get the client<wbr>Id property: The client ID of the assigned identity."
syntax: "public UUID clientId()"
desc: "Get the clientId property: The client ID of the assigned identity."
returns:
description: "the clientId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.principalId()"
fullName: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.principalId()"
name: "principalId()"
nameWithType: "UserAssignedIdentity.principalId()"
summary: "Get the principal<wbr>Id property: The principal ID of the assigned identity."
syntax: "public UUID principalId()"
desc: "Get the principalId property: The principal ID of the assigned identity."
returns:
description: "the principalId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.validate()"
fullName: "com.azure.resourcemanager.loadtesting.models.UserAssignedIdentity.validate()"
name: "validate()"
nameWithType: "UserAssignedIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "User assigned identity properties."
metadata: {}
package: "com.azure.resourcemanager.loadtesting.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtesting:1.0.0