ArmCdnModelFactory.CdnDeploymentVersionFrontDoorOriginGroupChange Method

Definition

Deployment change of the origin group under the profile.

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

Parameters

resourceId
ResourceIdentifier
resourceName
String
previousProperties
FrontDoorOriginGroupProperties

The JSON object that contains the properties of the origin group.

currentProperties
FrontDoorOriginGroupProperties

The JSON object that contains the properties of the origin group.

Returns

A new CdnDeploymentVersionFrontDoorOriginGroupChange instance for mocking.

Applies to