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