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

67 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk"
fullName: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk"
name: "IdentityForCmk"
nameWithType: "IdentityForCmk"
summary: "Identity that will be used to access key vault for encryption at rest."
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 **IdentityForCmk**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.IdentityForCmk()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.IdentityForCmk()"
name: "IdentityForCmk()"
nameWithType: "IdentityForCmk.IdentityForCmk()"
syntax: "public IdentityForCmk()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.userAssignedIdentity()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.userAssignedIdentity()"
name: "userAssignedIdentity()"
nameWithType: "IdentityForCmk.userAssignedIdentity()"
summary: "Get the user<wbr>Assigned<wbr>Identity property: The Arm<wbr>Id of the user assigned identity that will be used to access the customer managed key vault."
syntax: "public String userAssignedIdentity()"
desc: "Get the userAssignedIdentity property: The ArmId of the user assigned identity that will be used to access the customer managed key vault."
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.machinelearningservices.models.IdentityForCmk.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.validate()"
name: "validate()"
nameWithType: "IdentityForCmk.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.withUserAssignedIdentity(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk.withUserAssignedIdentity(String userAssignedIdentity)"
name: "withUserAssignedIdentity(String userAssignedIdentity)"
nameWithType: "IdentityForCmk.withUserAssignedIdentity(String userAssignedIdentity)"
summary: "Set the user<wbr>Assigned<wbr>Identity property: The Arm<wbr>Id of the user assigned identity that will be used to access the customer managed key vault."
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 IdentityForCmk withUserAssignedIdentity(String userAssignedIdentity)"
desc: "Set the userAssignedIdentity property: The ArmId of the user assigned identity that will be used to access the customer managed key vault."
returns:
description: "the IdentityForCmk object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk?alt=com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk&text=IdentityForCmk\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Identity that will be used to access key vault for encryption at rest."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1