ArmCdnModelFactory.CdnDeploymentVersionRuleSetChange 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 set under the profile.
public static Azure.ResourceManager.Cdn.Models.CdnDeploymentVersionRuleSetChange CdnDeploymentVersionRuleSetChange(Azure.Core.ResourceIdentifier resourceId = default, string resourceName = default, Azure.ResourceManager.Cdn.Models.CdnRuleSetProperties previousProperties = default, Azure.ResourceManager.Cdn.Models.CdnRuleSetProperties currentProperties = default);
static member CdnDeploymentVersionRuleSetChange : Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.Cdn.Models.CdnRuleSetProperties * Azure.ResourceManager.Cdn.Models.CdnRuleSetProperties -> Azure.ResourceManager.Cdn.Models.CdnDeploymentVersionRuleSetChange
Public Shared Function CdnDeploymentVersionRuleSetChange (Optional resourceId As ResourceIdentifier = Nothing, Optional resourceName As String = Nothing, Optional previousProperties As CdnRuleSetProperties = Nothing, Optional currentProperties As CdnRuleSetProperties = Nothing) As CdnDeploymentVersionRuleSetChange
Parameters
- resourceId
- ResourceIdentifier
- resourceName
- String
- previousProperties
- CdnRuleSetProperties
The JSON object that contains the properties of the Rule Set to create.
- currentProperties
- CdnRuleSetProperties
The JSON object that contains the properties of the Rule Set to create.
Returns
A new CdnDeploymentVersionRuleSetChange instance for mocking.