Uses of Class
com.azure.resourcemanager.compute.models.SourceVault
Packages that use SourceVault
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SourceVault in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SourceVaultModifier and TypeClassDescriptionfinal classThe vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}.Methods in com.azure.resourcemanager.compute.models that return SourceVaultModifier and TypeMethodDescriptionstatic SourceVaultSourceVault.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceVault from the JsonReader.KeyForDiskEncryptionSet.sourceVault()Get the sourceVault property: Resource id of the KeyVault containing the key or secret.KeyVaultAndKeyReference.sourceVault()Get the sourceVault property: Resource id of the KeyVault containing the key or secret.KeyVaultAndSecretReference.sourceVault()Get the sourceVault property: Resource id of the KeyVault containing the key or secret.Set the id property: Resource Id.Methods in com.azure.resourcemanager.compute.models with parameters of type SourceVaultModifier and TypeMethodDescriptionKeyForDiskEncryptionSet.withSourceVault(SourceVault sourceVault) Set the sourceVault property: Resource id of the KeyVault containing the key or secret.KeyVaultAndKeyReference.withSourceVault(SourceVault sourceVault) Set the sourceVault property: Resource id of the KeyVault containing the key or secret.KeyVaultAndSecretReference.withSourceVault(SourceVault sourceVault) Set the sourceVault property: Resource id of the KeyVault containing the key or secret.