GalleryInVMAccessControlProfilesCreateOrUpdateHeaders 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 |
|---|---|
| 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