Uses of Class
com.azure.resourcemanager.compute.models.SourceVault
-
Packages that use SourceVault Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SourceVault in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SourceVault Modifier and Type Method Description SourceVaultKeyForDiskEncryptionSet. sourceVault()Get the sourceVault property: Resource id of the KeyVault containing the key or secret.SourceVaultKeyVaultAndKeyReference. sourceVault()Get the sourceVault property: Resource id of the KeyVault containing the key or secret.SourceVaultKeyVaultAndSecretReference. sourceVault()Get the sourceVault property: Resource id of the KeyVault containing the key or secret.SourceVaultSourceVault. withId(String id)Set the id property: Resource Id.Methods in com.azure.resourcemanager.compute.models with parameters of type SourceVault Modifier and Type Method Description KeyForDiskEncryptionSetKeyForDiskEncryptionSet. withSourceVault(SourceVault sourceVault)Set the sourceVault property: Resource id of the KeyVault containing the key or secret.KeyVaultAndKeyReferenceKeyVaultAndKeyReference. withSourceVault(SourceVault sourceVault)Set the sourceVault property: Resource id of the KeyVault containing the key or secret.KeyVaultAndSecretReferenceKeyVaultAndSecretReference. withSourceVault(SourceVault sourceVault)Set the sourceVault property: Resource id of the KeyVault containing the key or secret.
-