GalleryInVMAccessControlProfilesUpdateHeaders Constructors

Definition

Overloads

Name Description
GalleryInVMAccessControlProfilesUpdateHeaders()

Initializes a new instance of the GalleryInVMAccessControlProfilesUpdateHeaders class.

GalleryInVMAccessControlProfilesUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the GalleryInVMAccessControlProfilesUpdateHeaders class.

GalleryInVMAccessControlProfilesUpdateHeaders()

Initializes a new instance of the GalleryInVMAccessControlProfilesUpdateHeaders class.

public GalleryInVMAccessControlProfilesUpdateHeaders();
Public Sub New ()

Applies to

GalleryInVMAccessControlProfilesUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the GalleryInVMAccessControlProfilesUpdateHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to