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

115 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties"
name: "KeyVaultProperties"
nameWithType: "KeyVaultProperties"
summary: "The Key<wbr>Vault<wbr>Properties model."
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 **KeyVaultProperties**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.KeyVaultProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.KeyVaultProperties()"
name: "KeyVaultProperties()"
nameWithType: "KeyVaultProperties.KeyVaultProperties()"
syntax: "public KeyVaultProperties()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.identityClientId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.identityClientId()"
name: "identityClientId()"
nameWithType: "KeyVaultProperties.identityClientId()"
summary: "Get the identity<wbr>Client<wbr>Id property: For future use - The client id of the identity which will be used to access key vault."
syntax: "public String identityClientId()"
desc: "Get the identityClientId property: For future use - The client id of the identity which will be used to access key vault."
returns:
description: "the identityClientId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyIdentifier()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyIdentifier()"
name: "keyIdentifier()"
nameWithType: "KeyVaultProperties.keyIdentifier()"
summary: "Get the key<wbr>Identifier property: Key vault uri to access the encryption key."
syntax: "public String keyIdentifier()"
desc: "Get the keyIdentifier property: Key vault uri to access the encryption key."
returns:
description: "the keyIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyVaultArmId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyVaultArmId()"
name: "keyVaultArmId()"
nameWithType: "KeyVaultProperties.keyVaultArmId()"
summary: "Get the key<wbr>Vault<wbr>Arm<wbr>Id property: The Arm<wbr>Id of the key<wbr>Vault where the customer owned encryption key is present."
syntax: "public String keyVaultArmId()"
desc: "Get the keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present."
returns:
description: "the keyVaultArmId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.validate()"
name: "validate()"
nameWithType: "KeyVaultProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.withIdentityClientId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.withIdentityClientId(String identityClientId)"
name: "withIdentityClientId(String identityClientId)"
nameWithType: "KeyVaultProperties.withIdentityClientId(String identityClientId)"
summary: "Set the identity<wbr>Client<wbr>Id property: For future use - The client id of the identity which will be used to access key vault."
parameters:
- description: "the identityClientId value to set."
name: "identityClientId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyVaultProperties withIdentityClientId(String identityClientId)"
desc: "Set the identityClientId property: For future use - The client id of the identity which will be used to access key vault."
returns:
description: "the KeyVaultProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties?alt=com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.withKeyIdentifier(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.withKeyIdentifier(String keyIdentifier)"
name: "withKeyIdentifier(String keyIdentifier)"
nameWithType: "KeyVaultProperties.withKeyIdentifier(String keyIdentifier)"
summary: "Set the key<wbr>Identifier property: Key vault uri to access the encryption key."
parameters:
- description: "the keyIdentifier value to set."
name: "keyIdentifier"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyVaultProperties withKeyIdentifier(String keyIdentifier)"
desc: "Set the keyIdentifier property: Key vault uri to access the encryption key."
returns:
description: "the KeyVaultProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties?alt=com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.withKeyVaultArmId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.withKeyVaultArmId(String keyVaultArmId)"
name: "withKeyVaultArmId(String keyVaultArmId)"
nameWithType: "KeyVaultProperties.withKeyVaultArmId(String keyVaultArmId)"
summary: "Set the key<wbr>Vault<wbr>Arm<wbr>Id property: The Arm<wbr>Id of the key<wbr>Vault where the customer owned encryption key is present."
parameters:
- description: "the keyVaultArmId value to set."
name: "keyVaultArmId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyVaultProperties withKeyVaultArmId(String keyVaultArmId)"
desc: "Set the keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present."
returns:
description: "the KeyVaultProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties?alt=com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The KeyVaultProperties model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1