ArmCdnModelFactory.CdnDeploymentVersionRouteChange Method

Definition

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.

Applies to