ArmComputeModelFactory.KeyForDiskEncryptionSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.KeyForDiskEncryptionSet KeyForDiskEncryptionSet(Azure.Core.ResourceIdentifier sourceVaultId = default, Uri keyUri = default);
static member KeyForDiskEncryptionSet : Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.Compute.Models.KeyForDiskEncryptionSet
Public Shared Function KeyForDiskEncryptionSet (Optional sourceVaultId As ResourceIdentifier = Nothing, Optional keyUri As Uri = Nothing) As KeyForDiskEncryptionSet
Parameters
- sourceVaultId
- ResourceIdentifier
Resource Id.
- keyUri
- Uri
Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.
Returns
A new KeyForDiskEncryptionSet instance for mocking.