GalleryInVMAccessControlProfileVersionsOperationsExtensions.Delete Method

Definition

Delete a gallery inVMAccessControlProfile version.

public static Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileVersionsDeleteHeaders Delete(this Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfileVersionsOperations operations, string resourceGroupName, string galleryName, string inVMAccessControlProfileName, string inVMAccessControlProfileVersionName);
static member Delete : Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfileVersionsOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileVersionsDeleteHeaders
<Extension()>
Public Function Delete (operations As IGalleryInVMAccessControlProfileVersionsOperations, resourceGroupName As String, galleryName As String, inVMAccessControlProfileName As String, inVMAccessControlProfileVersionName As String) As GalleryInVMAccessControlProfileVersionsDeleteHeaders

Parameters

operations
IGalleryInVMAccessControlProfileVersionsOperations

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.

inVMAccessControlProfileVersionName
String

The name of the gallery inVMAccessControlProfile version to be retrieved.

Returns

Applies to