GalleryInVMAccessControlProfilesOperationsExtensions.DeleteAsync Method

Definition

Delete a gallery inVMAccessControlProfile.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders> DeleteAsync(this Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfilesOperations operations, string resourceGroupName, string galleryName, string inVMAccessControlProfileName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfilesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders>
<Extension()>
Public Function DeleteAsync (operations As IGalleryInVMAccessControlProfilesOperations, resourceGroupName As String, galleryName As String, inVMAccessControlProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryInVMAccessControlProfilesDeleteHeaders)

Parameters

operations
IGalleryInVMAccessControlProfilesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

galleryName
String

The name of the Shared Image Gallery.

inVMAccessControlProfileName
String

The name of the gallery inVMAccessControlProfile to be retrieved.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to