ArmCdnModelFactory.CdnDeploymentVersionFrontDoorOriginChange Method

Definition

Deployment change of the origin group under the profile.

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

Parameters

resourceId
ResourceIdentifier
resourceName
String
previousProperties
FrontDoorOriginProperties

The JSON object that contains the properties of the origin.

currentProperties
FrontDoorOriginProperties

The JSON object that contains the properties of the origin.

Returns

A new CdnDeploymentVersionFrontDoorOriginChange instance for mocking.

Applies to