ArmCdnModelFactory.CdnRuleSetProperties Method

Definition

The JSON object that contains the properties of the Rule Set to create.

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

Parameters

provisioningState
Nullable<FrontDoorProvisioningState>

Provisioning status.

profileName
String

The name of the profile which holds the rule set.

Returns

A new CdnRuleSetProperties instance for mocking.

Applies to