GalleryInVMAccessControlProfilesCreateOrUpdateHeaders Constructors

Definition

Overloads

Name Description
GalleryInVMAccessControlProfilesCreateOrUpdateHeaders()

Initializes a new instance of the GalleryInVMAccessControlProfilesCreateOrUpdateHeaders class.

GalleryInVMAccessControlProfilesCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the GalleryInVMAccessControlProfilesCreateOrUpdateHeaders class.

GalleryInVMAccessControlProfilesCreateOrUpdateHeaders()

Initializes a new instance of the GalleryInVMAccessControlProfilesCreateOrUpdateHeaders class.

public GalleryInVMAccessControlProfilesCreateOrUpdateHeaders();
Public Sub New ()

Applies to

GalleryInVMAccessControlProfilesCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the GalleryInVMAccessControlProfilesCreateOrUpdateHeaders class.

public GalleryInVMAccessControlProfilesCreateOrUpdateHeaders(string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesCreateOrUpdateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfilesCreateOrUpdateHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to