### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.management.compute.SourceVault.id() name: id() nameWithType: SourceVault.id() returns: description:

the id value

type: summary: >-

Get the id value.

syntax: public String id() uid: com.microsoft.azure.management.compute.SourceVault.id() - fullName: com.microsoft.azure.management.compute.SourceVault.withId(String id) name: withId(String id) nameWithType: SourceVault.withId(String id) parameters: - description:

the id value to set

name: id type: returns: description:

the SourceVault object itself.

type: summary: >-

Set the id value.

syntax: public SourceVault withId(String id) uid: com.microsoft.azure.management.compute.SourceVault.withId(String) nameWithType: SourceVault syntax: public class SourceVault type: class uid: com.microsoft.azure.management.compute.SourceVault fullName: com.microsoft.azure.management.compute.SourceVault name: SourceVault package: com.microsoft.azure.management.compute summary:

The vault id is an Azure Resource Manager Resoure id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}.

metadata: {}