ICdnMigrationToAfdParameters.MigrationEndpointMapping Property
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.
A name map between classic CDN endpoints and AFD Premium/Standard endpoints.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A name map between classic CDN endpoints and AFD Premium/Standard endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMigrationEndpointMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationEndpointMappings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMigrationEndpointMapping> MigrationEndpointMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A name map between classic CDN endpoints and AFD Premium/Standard endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMigrationEndpointMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationEndpointMappings", Update=true)>]
member this.MigrationEndpointMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMigrationEndpointMapping> with get, set
Public Property MigrationEndpointMapping As List(Of IMigrationEndpointMapping)
Property Value
- Attributes