### YamlMime:JavaType uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties" fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties" name: "KeyVaultProperties" nameWithType: "KeyVaultProperties" summary: "The KeyVaultProperties model." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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 identityClientId 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: "String" - uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyIdentifier()" fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyIdentifier()" name: "keyIdentifier()" nameWithType: "KeyVaultProperties.keyIdentifier()" summary: "Get the keyIdentifier 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: "String" - uid: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyVaultArmId()" fullName: "com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties.keyVaultArmId()" name: "keyVaultArmId()" nameWithType: "KeyVaultProperties.keyVaultArmId()" summary: "Get the keyVaultArmId property: The ArmId of the keyVault 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: "String" - 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 identityClientId 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: "String" 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: "" - 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 keyIdentifier property: Key vault uri to access the encryption key." parameters: - description: "the keyIdentifier value to set." name: "keyIdentifier" type: "String" 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: "" - 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 keyVaultArmId property: The ArmId of the keyVault where the customer owned encryption key is present." parameters: - description: "the keyVaultArmId value to set." name: "keyVaultArmId" type: "String" 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: "" 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