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

73 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity"
name: "UserAssignedIdentity"
nameWithType: "UserAssignedIdentity"
summary: "User Assigned 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 class **UserAssignedIdentity**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.UserAssignedIdentity()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.UserAssignedIdentity()"
name: "UserAssignedIdentity()"
nameWithType: "UserAssignedIdentity.UserAssignedIdentity()"
syntax: "public UserAssignedIdentity()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.clientId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.clientId()"
name: "clientId()"
nameWithType: "UserAssignedIdentity.clientId()"
summary: "Get the client<wbr>Id property: The client<wbr>Id(aka app<wbr>Id) of the user assigned identity."
syntax: "public String clientId()"
desc: "Get the clientId property: The clientId(aka appId) of the user assigned identity."
returns:
description: "the clientId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.principalId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.principalId()"
name: "principalId()"
nameWithType: "UserAssignedIdentity.principalId()"
summary: "Get the principal<wbr>Id property: The principal ID of the user assigned identity."
syntax: "public String principalId()"
desc: "Get the principalId property: The principal ID of the user 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.machinelearningservices.models.UserAssignedIdentity.tenantId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity.tenantId()"
name: "tenantId()"
nameWithType: "UserAssignedIdentity.tenantId()"
summary: "Get the tenant<wbr>Id property: The tenant ID of the user assigned identity."
syntax: "public String tenantId()"
desc: "Get the tenantId property: The tenant ID of the user 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.machinelearningservices.models.UserAssignedIdentity.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.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."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1