GalleryResourceProfilePropertiesBase Constructors

Definition

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'

Applies to