MigrationParameters 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.
Request body for Migrate operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrationParametersTypeConverter))]
public class MigrationParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrationParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrationParametersTypeConverter))>]
type MigrationParameters = class
interface IMigrationParameters
interface IJsonSerializable
Public Class MigrationParameters
Implements IMigrationParameters
- Inheritance
-
MigrationParameters
- Attributes
- Implements
Constructors
MigrationParameters() |
Creates an new MigrationParameters instance. |
Properties
ClassicResourceReferenceId |
Resource ID. |
MigrationWebApplicationFirewallMapping |
Waf mapping for the migrated profile |
ProfileName |
Name of the new profile that need to be created. |
SkuName |
Name of the pricing tier. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrationParameters. |
FromJsonString(String) |
Creates a new instance of MigrationParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |