GalleryInVMAccessControlProfilesDeleteHeaders Constructors

Definition

Overloads

Name Description
GalleryInVMAccessControlProfilesDeleteHeaders()

Initializes a new instance of the GalleryInVMAccessControlProfilesDeleteHeaders class.

GalleryInVMAccessControlProfilesDeleteHeaders(String, String)

Initializes a new instance of the GalleryInVMAccessControlProfilesDeleteHeaders class.

GalleryInVMAccessControlProfilesDeleteHeaders()

Initializes a new instance of the GalleryInVMAccessControlProfilesDeleteHeaders class.

public GalleryInVMAccessControlProfilesDeleteHeaders();
Public Sub New ()

Applies to

GalleryInVMAccessControlProfilesDeleteHeaders(String, String)

Initializes a new instance of the GalleryInVMAccessControlProfilesDeleteHeaders class.

public GalleryInVMAccessControlProfilesDeleteHeaders(string location = default, string azureAsyncOperation = default);
public GalleryInVMAccessControlProfilesDeleteHeaders(string azureAsyncOperation = default, string location = default);
new Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders : string * string -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders
new Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders : string * string -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesDeleteHeaders
Public Sub New (Optional location As String = Nothing, Optional azureAsyncOperation As String = Nothing)
Public Sub New (Optional azureAsyncOperation As String = Nothing, Optional location As String = Nothing)

Parameters

locationazureAsyncOperation
String
azureAsyncOperationlocation
String

Applies to