ComputeBatchModelFactory.DiskEncryptionSetParameters 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.
The ARM resource id of the disk encryption set.
public static Azure.Compute.Batch.DiskEncryptionSetParameters DiskEncryptionSetParameters(Azure.Core.ResourceIdentifier id = default);
static member DiskEncryptionSetParameters : Azure.Core.ResourceIdentifier -> Azure.Compute.Batch.DiskEncryptionSetParameters
Public Shared Function DiskEncryptionSetParameters (Optional id As ResourceIdentifier = Nothing) As DiskEncryptionSetParameters
Parameters
The ARM resource id of the disk encryption set. The resource must be in the same subscription as the Batch account.
Returns
A new DiskEncryptionSetParameters instance for mocking.