ArmCdnModelFactory.CdnDeploymentStages Method

Definition

The preview and production deployment status of the deployment version under the profile.

public static Azure.ResourceManager.Cdn.Models.CdnDeploymentStages CdnDeploymentStages(Azure.ResourceManager.Cdn.Models.CdnDeploymentRolloutStatus? preview = default, Azure.ResourceManager.Cdn.Models.CdnDeploymentRolloutStatus? production = default);
static member CdnDeploymentStages : Nullable<Azure.ResourceManager.Cdn.Models.CdnDeploymentRolloutStatus> * Nullable<Azure.ResourceManager.Cdn.Models.CdnDeploymentRolloutStatus> -> Azure.ResourceManager.Cdn.Models.CdnDeploymentStages
Public Shared Function CdnDeploymentStages (Optional preview As Nullable(Of CdnDeploymentRolloutStatus) = Nothing, Optional production As Nullable(Of CdnDeploymentRolloutStatus) = Nothing) As CdnDeploymentStages

Parameters

preview
Nullable<CdnDeploymentRolloutStatus>

Deployment status of preview stage.

production
Nullable<CdnDeploymentRolloutStatus>

Deployment status of production stage.

Returns

A new CdnDeploymentStages instance for mocking.

Applies to