ArmCdnModelFactory.CdnDeploymentStages Method
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.
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.