GalleryInVMAccessControlProfilesUpdateHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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