MigrationEndpointMapping Class
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.
CDN Endpoint Mapping.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.MigrationEndpointMappingTypeConverter))]
public class MigrationEndpointMapping : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMigrationEndpointMapping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.MigrationEndpointMappingTypeConverter))>]
type MigrationEndpointMapping = class
interface IMigrationEndpointMapping
interface IJsonSerializable
Public Class MigrationEndpointMapping
Implements IMigrationEndpointMapping
- Inheritance
-
MigrationEndpointMapping
- Attributes
- Implements
Constructors
MigrationEndpointMapping() |
Creates an new MigrationEndpointMapping instance. |
Properties
MigratedFrom |
Name of the classic CDN profile endpoint. |
MigratedTo |
Name of the newly created migrated Azure Frontdoor Standard/Premium profile endpoint. This name will replace the name of the classic CDN endpoint resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationEndpointMapping. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationEndpointMapping. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMigrationEndpointMapping. |
FromJsonString(String) |
Creates a new instance of MigrationEndpointMapping, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationEndpointMapping into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |