GalleryResourceProfilePropertiesBase 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 |
|---|---|
| GalleryResourceProfilePropertiesBase() |
Initializes a new instance of the GalleryResourceProfilePropertiesBase class. |
| GalleryResourceProfilePropertiesBase(String) |
Initializes a new instance of the GalleryResourceProfilePropertiesBase class. |
GalleryResourceProfilePropertiesBase()
Initializes a new instance of the GalleryResourceProfilePropertiesBase class.
public GalleryResourceProfilePropertiesBase();
Public Sub New ()
Applies to
GalleryResourceProfilePropertiesBase(String)
Initializes a new instance of the GalleryResourceProfilePropertiesBase class.
public GalleryResourceProfilePropertiesBase(string provisioningState = default);
new Microsoft.Azure.Management.Compute.Models.GalleryResourceProfilePropertiesBase : string -> Microsoft.Azure.Management.Compute.Models.GalleryResourceProfilePropertiesBase
Public Sub New (Optional provisioningState As String = Nothing)
Parameters
- provisioningState
- String
The provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'