ArmCdnModelFactory.CdnDeploymentVersionRuleChange Method

Definition

Deployment change of the rule under the profile.

public static Azure.ResourceManager.Cdn.Models.CdnDeploymentVersionRuleChange CdnDeploymentVersionRuleChange(Azure.Core.ResourceIdentifier resourceId = default, string resourceName = default, Azure.ResourceManager.Cdn.Models.CdnRuleProperties previousProperties = default, Azure.ResourceManager.Cdn.Models.CdnRuleProperties currentProperties = default);
static member CdnDeploymentVersionRuleChange : Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.Cdn.Models.CdnRuleProperties * Azure.ResourceManager.Cdn.Models.CdnRuleProperties -> Azure.ResourceManager.Cdn.Models.CdnDeploymentVersionRuleChange
Public Shared Function CdnDeploymentVersionRuleChange (Optional resourceId As ResourceIdentifier = Nothing, Optional resourceName As String = Nothing, Optional previousProperties As CdnRuleProperties = Nothing, Optional currentProperties As CdnRuleProperties = Nothing) As CdnDeploymentVersionRuleChange

Parameters

resourceId
ResourceIdentifier
resourceName
String
previousProperties
CdnRuleProperties

The JSON object that contains the properties of the Rules to create.

currentProperties
CdnRuleProperties

The JSON object that contains the properties of the Rules to create.

Returns

A new CdnDeploymentVersionRuleChange instance for mocking.

Applies to