DiskEncryptionSetsOperations.StartDelete(String, String, CancellationToken) 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.
Deletes a disk encryption set.
public virtual Azure.ResourceManager.Compute.DiskEncryptionSetsDeleteOperation StartDelete (string resourceGroupName, string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartDelete : string * string * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.DiskEncryptionSetsDeleteOperation
override this.StartDelete : string * string * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.DiskEncryptionSetsDeleteOperation
Public Overridable Function StartDelete (resourceGroupName As String, diskEncryptionSetName As String, Optional cancellationToken As CancellationToken = Nothing) As DiskEncryptionSetsDeleteOperation
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- diskEncryptionSetName
- System.String
The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
System.ArgumentNullException
resourceGroupName
or diskEncryptionSetName
is null.