ArmCdnModelFactory.FrontDoorStateProperties Method

Definition

The tracking states for afd resources.

public static Azure.ResourceManager.Cdn.Models.FrontDoorStateProperties FrontDoorStateProperties(Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState? provisioningState = default, Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus? deploymentStatus = default);
static member FrontDoorStateProperties : Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState> * Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus> -> Azure.ResourceManager.Cdn.Models.FrontDoorStateProperties
Public Shared Function FrontDoorStateProperties (Optional provisioningState As Nullable(Of FrontDoorProvisioningState) = Nothing, Optional deploymentStatus As Nullable(Of FrontDoorDeploymentStatus) = Nothing) As FrontDoorStateProperties

Parameters

provisioningState
Nullable<FrontDoorProvisioningState>

Provisioning status.

Returns

A new FrontDoorStateProperties instance for mocking.

Applies to