ArmCdnModelFactory.CdnDeploymentVersionFrontDoorOriginChange 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 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.