174 строки
14 KiB
YAML
174 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.MigrationParameters"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters"
|
|
name: "MigrationParameters"
|
|
nameWithType: "MigrationParameters"
|
|
summary: "Request body for Migrate operation."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **MigrationParameters**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.MigrationParameters()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.MigrationParameters()"
|
|
name: "MigrationParameters()"
|
|
nameWithType: "MigrationParameters.MigrationParameters()"
|
|
summary: "Creates an instance of Migration<wbr>Parameters class."
|
|
syntax: "public MigrationParameters()"
|
|
desc: "Creates an instance of MigrationParameters class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.classicResourceReference()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.classicResourceReference()"
|
|
name: "classicResourceReference()"
|
|
nameWithType: "MigrationParameters.classicResourceReference()"
|
|
summary: "Get the classic<wbr>Resource<wbr>Reference property: Resource reference of the classic cdn profile or classic frontdoor that need to be migrated."
|
|
syntax: "public ResourceReference classicResourceReference()"
|
|
desc: "Get the classicResourceReference property: Resource reference of the classic cdn profile or classic frontdoor that need to be migrated."
|
|
returns:
|
|
description: "the classicResourceReference value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ResourceReference?alt=com.azure.resourcemanager.cdn.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "MigrationParameters.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Migration<wbr>Parameters from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static MigrationParameters fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of MigrationParameters from the JsonReader."
|
|
returns:
|
|
description: "An instance of MigrationParameters if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.migrationWebApplicationFirewallMappings()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.migrationWebApplicationFirewallMappings()"
|
|
name: "migrationWebApplicationFirewallMappings()"
|
|
nameWithType: "MigrationParameters.migrationWebApplicationFirewallMappings()"
|
|
summary: "Get the migration<wbr>Web<wbr>Application<wbr>Firewall<wbr>Mappings property: Waf mapping for the migrated profile."
|
|
syntax: "public List<MigrationWebApplicationFirewallMapping> migrationWebApplicationFirewallMappings()"
|
|
desc: "Get the migrationWebApplicationFirewallMappings property: Waf mapping for the migrated profile."
|
|
returns:
|
|
description: "the migrationWebApplicationFirewallMappings value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cdn.models.MigrationWebApplicationFirewallMapping?alt=com.azure.resourcemanager.cdn.models.MigrationWebApplicationFirewallMapping&text=MigrationWebApplicationFirewallMapping\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.profileName()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.profileName()"
|
|
name: "profileName()"
|
|
nameWithType: "MigrationParameters.profileName()"
|
|
summary: "Get the profile<wbr>Name property: Name of the new profile that need to be created."
|
|
syntax: "public String profileName()"
|
|
desc: "Get the profileName property: Name of the new profile that need to be created."
|
|
returns:
|
|
description: "the profileName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.sku()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.sku()"
|
|
name: "sku()"
|
|
nameWithType: "MigrationParameters.sku()"
|
|
summary: "Get the sku property: Sku for the migration."
|
|
syntax: "public Sku sku()"
|
|
desc: "Get the sku property: Sku for the migration."
|
|
returns:
|
|
description: "the sku value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Sku?alt=com.azure.resourcemanager.cdn.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "MigrationParameters.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.validate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MigrationParameters.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.withClassicResourceReference(com.azure.resourcemanager.cdn.models.ResourceReference)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.withClassicResourceReference(ResourceReference classicResourceReference)"
|
|
name: "withClassicResourceReference(ResourceReference classicResourceReference)"
|
|
nameWithType: "MigrationParameters.withClassicResourceReference(ResourceReference classicResourceReference)"
|
|
summary: "Set the classic<wbr>Resource<wbr>Reference property: Resource reference of the classic cdn profile or classic frontdoor that need to be migrated."
|
|
parameters:
|
|
- description: "the classicResourceReference value to set."
|
|
name: "classicResourceReference"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ResourceReference?alt=com.azure.resourcemanager.cdn.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MigrationParameters withClassicResourceReference(ResourceReference classicResourceReference)"
|
|
desc: "Set the classicResourceReference property: Resource reference of the classic cdn profile or classic frontdoor that need to be migrated."
|
|
returns:
|
|
description: "the MigrationParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.withMigrationWebApplicationFirewallMappings(java.util.List<com.azure.resourcemanager.cdn.models.MigrationWebApplicationFirewallMapping>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.withMigrationWebApplicationFirewallMappings(List<MigrationWebApplicationFirewallMapping> migrationWebApplicationFirewallMappings)"
|
|
name: "withMigrationWebApplicationFirewallMappings(List<MigrationWebApplicationFirewallMapping> migrationWebApplicationFirewallMappings)"
|
|
nameWithType: "MigrationParameters.withMigrationWebApplicationFirewallMappings(List<MigrationWebApplicationFirewallMapping> migrationWebApplicationFirewallMappings)"
|
|
summary: "Set the migration<wbr>Web<wbr>Application<wbr>Firewall<wbr>Mappings property: Waf mapping for the migrated profile."
|
|
parameters:
|
|
- description: "the migrationWebApplicationFirewallMappings value to set."
|
|
name: "migrationWebApplicationFirewallMappings"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cdn.models.MigrationWebApplicationFirewallMapping?alt=com.azure.resourcemanager.cdn.models.MigrationWebApplicationFirewallMapping&text=MigrationWebApplicationFirewallMapping\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public MigrationParameters withMigrationWebApplicationFirewallMappings(List<MigrationWebApplicationFirewallMapping> migrationWebApplicationFirewallMappings)"
|
|
desc: "Set the migrationWebApplicationFirewallMappings property: Waf mapping for the migrated profile."
|
|
returns:
|
|
description: "the MigrationParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.withProfileName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.withProfileName(String profileName)"
|
|
name: "withProfileName(String profileName)"
|
|
nameWithType: "MigrationParameters.withProfileName(String profileName)"
|
|
summary: "Set the profile<wbr>Name property: Name of the new profile that need to be created."
|
|
parameters:
|
|
- description: "the profileName value to set."
|
|
name: "profileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public MigrationParameters withProfileName(String profileName)"
|
|
desc: "Set the profileName property: Name of the new profile that need to be created."
|
|
returns:
|
|
description: "the MigrationParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.MigrationParameters.withSku(com.azure.resourcemanager.cdn.models.Sku)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.MigrationParameters.withSku(Sku sku)"
|
|
name: "withSku(Sku sku)"
|
|
nameWithType: "MigrationParameters.withSku(Sku sku)"
|
|
summary: "Set the sku property: Sku for the migration."
|
|
parameters:
|
|
- description: "the sku value to set."
|
|
name: "sku"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Sku?alt=com.azure.resourcemanager.cdn.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MigrationParameters withSku(Sku sku)"
|
|
desc: "Set the sku property: Sku for the migration."
|
|
returns:
|
|
description: "the MigrationParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Request body for Migrate operation."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.MigrationParameters?alt=com.azure.resourcemanager.cdn.models.MigrationParameters&text=MigrationParameters\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0
|