GalleryInVMAccessControlProfilesOperationsExtensions.Delete Method

Definition

Delete a gallery inVMAccessControlProfile.

public static Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders Delete(this Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfilesOperations operations, string resourceGroupName, string galleryName, string inVMAccessControlProfileName);
static member Delete : Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfilesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders
<Extension()>
Public Function Delete (operations As IGalleryInVMAccessControlProfilesOperations, resourceGroupName As String, galleryName As String, inVMAccessControlProfileName As String) As 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.

Returns

Applies to