ArmCdnModelFactory.CdnDeploymentVersionRuleChange 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.
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.