ArmCdnModelFactory.CdnRuleSetProperties 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 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.
- deploymentStatus
- Nullable<FrontDoorDeploymentStatus>
- profileName
- String
The name of the profile which holds the rule set.
Returns
A new CdnRuleSetProperties instance for mocking.