共用方式為


ArmComputeModelFactory.GalleryResourceProfilePropertiesBase Method

Definition

Initializes a new instance of GalleryResourceProfilePropertiesBase.

public static Azure.ResourceManager.Compute.Models.GalleryResourceProfilePropertiesBase GalleryResourceProfilePropertiesBase (Azure.ResourceManager.Compute.Models.GalleryProvisioningState? provisioningState = default);
static member GalleryResourceProfilePropertiesBase : Nullable<Azure.ResourceManager.Compute.Models.GalleryProvisioningState> -> Azure.ResourceManager.Compute.Models.GalleryResourceProfilePropertiesBase
Public Shared Function GalleryResourceProfilePropertiesBase (Optional provisioningState As Nullable(Of GalleryProvisioningState) = Nothing) As GalleryResourceProfilePropertiesBase

Parameters

provisioningState
Nullable<GalleryProvisioningState>

The provisioning state, which only appears in the response.

Returns

A new GalleryResourceProfilePropertiesBase instance for mocking.

Applies to