342 строки
27 KiB
YAML
342 строки
27 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.CloningInfo"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo"
|
|
name: "CloningInfo"
|
|
nameWithType: "CloningInfo"
|
|
summary: "Information needed for cloning 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 **CloningInfo**</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.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.CloningInfo()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.CloningInfo()"
|
|
name: "CloningInfo()"
|
|
nameWithType: "CloningInfo.CloningInfo()"
|
|
summary: "Creates an instance of Cloning<wbr>Info class."
|
|
syntax: "public CloningInfo()"
|
|
desc: "Creates an instance of CloningInfo class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.appSettingsOverrides()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.appSettingsOverrides()"
|
|
name: "appSettingsOverrides()"
|
|
nameWithType: "CloningInfo.appSettingsOverrides()"
|
|
summary: "Get the app<wbr>Settings<wbr>Overrides property: Application setting overrides for cloned app."
|
|
syntax: "public Map<String,String> appSettingsOverrides()"
|
|
desc: "Get the appSettingsOverrides property: Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained."
|
|
returns:
|
|
description: "the appSettingsOverrides value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.cloneCustomHostNames()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.cloneCustomHostNames()"
|
|
name: "cloneCustomHostNames()"
|
|
nameWithType: "CloningInfo.cloneCustomHostNames()"
|
|
summary: "Get the clone<wbr>Custom<wbr>Host<wbr>Names property: <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>."
|
|
syntax: "public Boolean cloneCustomHostNames()"
|
|
desc: "Get the cloneCustomHostNames property: <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the cloneCustomHostNames value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.cloneSourceControl()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.cloneSourceControl()"
|
|
name: "cloneSourceControl()"
|
|
nameWithType: "CloningInfo.cloneSourceControl()"
|
|
summary: "Get the clone<wbr>Source<wbr>Control property: <code>true</code> to clone source control from source app; otherwise, <code>false</code>."
|
|
syntax: "public Boolean cloneSourceControl()"
|
|
desc: "Get the cloneSourceControl property: <code>true</code> to clone source control from source app; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the cloneSourceControl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.configureLoadBalancing()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.configureLoadBalancing()"
|
|
name: "configureLoadBalancing()"
|
|
nameWithType: "CloningInfo.configureLoadBalancing()"
|
|
summary: "Get the configure<wbr>Load<wbr>Balancing property: <code>true</code> to configure load balancing for source and destination app."
|
|
syntax: "public Boolean configureLoadBalancing()"
|
|
desc: "Get the configureLoadBalancing property: <code>true</code> to configure load balancing for source and destination app."
|
|
returns:
|
|
description: "the configureLoadBalancing value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.correlationId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.correlationId()"
|
|
name: "correlationId()"
|
|
nameWithType: "CloningInfo.correlationId()"
|
|
summary: "Get the correlation<wbr>Id property: Correlation ID of cloning operation."
|
|
syntax: "public UUID correlationId()"
|
|
desc: "Get the correlationId property: Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot."
|
|
returns:
|
|
description: "the correlationId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "CloningInfo.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Cloning<wbr>Info 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 CloningInfo 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 CloningInfo from the JsonReader."
|
|
returns:
|
|
description: "An instance of CloningInfo 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.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.hostingEnvironment()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.hostingEnvironment()"
|
|
name: "hostingEnvironment()"
|
|
nameWithType: "CloningInfo.hostingEnvironment()"
|
|
summary: "Get the hosting<wbr>Environment property: App Service Environment."
|
|
syntax: "public String hostingEnvironment()"
|
|
desc: "Get the hostingEnvironment property: App Service Environment."
|
|
returns:
|
|
description: "the hostingEnvironment value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.overwrite()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.overwrite()"
|
|
name: "overwrite()"
|
|
nameWithType: "CloningInfo.overwrite()"
|
|
summary: "Get the overwrite property: <code>true</code> to overwrite destination app; otherwise, <code>false</code>."
|
|
syntax: "public Boolean overwrite()"
|
|
desc: "Get the overwrite property: <code>true</code> to overwrite destination app; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the overwrite value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.sourceWebAppId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.sourceWebAppId()"
|
|
name: "sourceWebAppId()"
|
|
nameWithType: "CloningInfo.sourceWebAppId()"
|
|
summary: "Get the source<wbr>Web<wbr>App<wbr>Id property: ARM resource ID of the source app."
|
|
syntax: "public String sourceWebAppId()"
|
|
desc: "Get the sourceWebAppId property: ARM resource ID of the source app. App resource ID is of the form /subscriptions/\\{subId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Web/sites/\\{siteName\\} for production slots and /subscriptions/\\{subId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Web/sites/\\{siteName\\}/slots/\\{slotName\\} for other slots."
|
|
returns:
|
|
description: "the sourceWebAppId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.sourceWebAppLocation()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.sourceWebAppLocation()"
|
|
name: "sourceWebAppLocation()"
|
|
nameWithType: "CloningInfo.sourceWebAppLocation()"
|
|
summary: "Get the source<wbr>Web<wbr>App<wbr>Location property: Location of source app ex: West US or North Europe."
|
|
syntax: "public String sourceWebAppLocation()"
|
|
desc: "Get the sourceWebAppLocation property: Location of source app ex: West US or North Europe."
|
|
returns:
|
|
description: "the sourceWebAppLocation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "CloningInfo.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.appservice.models.CloningInfo.trafficManagerProfileId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.trafficManagerProfileId()"
|
|
name: "trafficManagerProfileId()"
|
|
nameWithType: "CloningInfo.trafficManagerProfileId()"
|
|
summary: "Get the traffic<wbr>Manager<wbr>Profile<wbr>Id property: ARM resource ID of the Traffic Manager profile to use, if it exists."
|
|
syntax: "public String trafficManagerProfileId()"
|
|
desc: "Get the trafficManagerProfileId property: ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/\\{subId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Network/trafficManagerProfiles/\\{profileName\\}."
|
|
returns:
|
|
description: "the trafficManagerProfileId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.trafficManagerProfileName()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.trafficManagerProfileName()"
|
|
name: "trafficManagerProfileName()"
|
|
nameWithType: "CloningInfo.trafficManagerProfileName()"
|
|
summary: "Get the traffic<wbr>Manager<wbr>Profile<wbr>Name property: Name of Traffic Manager profile to create."
|
|
syntax: "public String trafficManagerProfileName()"
|
|
desc: "Get the trafficManagerProfileName property: Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist."
|
|
returns:
|
|
description: "the trafficManagerProfileName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CloningInfo.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withAppSettingsOverrides(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withAppSettingsOverrides(Map<String,String> appSettingsOverrides)"
|
|
name: "withAppSettingsOverrides(Map<String,String> appSettingsOverrides)"
|
|
nameWithType: "CloningInfo.withAppSettingsOverrides(Map<String,String> appSettingsOverrides)"
|
|
summary: "Set the app<wbr>Settings<wbr>Overrides property: Application setting overrides for cloned app."
|
|
parameters:
|
|
- description: "the appSettingsOverrides value to set."
|
|
name: "appSettingsOverrides"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public CloningInfo withAppSettingsOverrides(Map<String,String> appSettingsOverrides)"
|
|
desc: "Set the appSettingsOverrides property: Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withCloneCustomHostNames(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withCloneCustomHostNames(Boolean cloneCustomHostNames)"
|
|
name: "withCloneCustomHostNames(Boolean cloneCustomHostNames)"
|
|
nameWithType: "CloningInfo.withCloneCustomHostNames(Boolean cloneCustomHostNames)"
|
|
summary: "Set the clone<wbr>Custom<wbr>Host<wbr>Names property: <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>."
|
|
parameters:
|
|
- description: "the cloneCustomHostNames value to set."
|
|
name: "cloneCustomHostNames"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public CloningInfo withCloneCustomHostNames(Boolean cloneCustomHostNames)"
|
|
desc: "Set the cloneCustomHostNames property: <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withCloneSourceControl(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withCloneSourceControl(Boolean cloneSourceControl)"
|
|
name: "withCloneSourceControl(Boolean cloneSourceControl)"
|
|
nameWithType: "CloningInfo.withCloneSourceControl(Boolean cloneSourceControl)"
|
|
summary: "Set the clone<wbr>Source<wbr>Control property: <code>true</code> to clone source control from source app; otherwise, <code>false</code>."
|
|
parameters:
|
|
- description: "the cloneSourceControl value to set."
|
|
name: "cloneSourceControl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public CloningInfo withCloneSourceControl(Boolean cloneSourceControl)"
|
|
desc: "Set the cloneSourceControl property: <code>true</code> to clone source control from source app; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withConfigureLoadBalancing(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withConfigureLoadBalancing(Boolean configureLoadBalancing)"
|
|
name: "withConfigureLoadBalancing(Boolean configureLoadBalancing)"
|
|
nameWithType: "CloningInfo.withConfigureLoadBalancing(Boolean configureLoadBalancing)"
|
|
summary: "Set the configure<wbr>Load<wbr>Balancing property: <code>true</code> to configure load balancing for source and destination app."
|
|
parameters:
|
|
- description: "the configureLoadBalancing value to set."
|
|
name: "configureLoadBalancing"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public CloningInfo withConfigureLoadBalancing(Boolean configureLoadBalancing)"
|
|
desc: "Set the configureLoadBalancing property: <code>true</code> to configure load balancing for source and destination app."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withCorrelationId(java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withCorrelationId(UUID correlationId)"
|
|
name: "withCorrelationId(UUID correlationId)"
|
|
nameWithType: "CloningInfo.withCorrelationId(UUID correlationId)"
|
|
summary: "Set the correlation<wbr>Id property: Correlation ID of cloning operation."
|
|
parameters:
|
|
- description: "the correlationId value to set."
|
|
name: "correlationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
syntax: "public CloningInfo withCorrelationId(UUID correlationId)"
|
|
desc: "Set the correlationId property: Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withHostingEnvironment(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withHostingEnvironment(String hostingEnvironment)"
|
|
name: "withHostingEnvironment(String hostingEnvironment)"
|
|
nameWithType: "CloningInfo.withHostingEnvironment(String hostingEnvironment)"
|
|
summary: "Set the hosting<wbr>Environment property: App Service Environment."
|
|
parameters:
|
|
- description: "the hostingEnvironment value to set."
|
|
name: "hostingEnvironment"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CloningInfo withHostingEnvironment(String hostingEnvironment)"
|
|
desc: "Set the hostingEnvironment property: App Service Environment."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withOverwrite(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withOverwrite(Boolean overwrite)"
|
|
name: "withOverwrite(Boolean overwrite)"
|
|
nameWithType: "CloningInfo.withOverwrite(Boolean overwrite)"
|
|
summary: "Set the overwrite property: <code>true</code> to overwrite destination app; otherwise, <code>false</code>."
|
|
parameters:
|
|
- description: "the overwrite value to set."
|
|
name: "overwrite"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public CloningInfo withOverwrite(Boolean overwrite)"
|
|
desc: "Set the overwrite property: <code>true</code> to overwrite destination app; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withSourceWebAppId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withSourceWebAppId(String sourceWebAppId)"
|
|
name: "withSourceWebAppId(String sourceWebAppId)"
|
|
nameWithType: "CloningInfo.withSourceWebAppId(String sourceWebAppId)"
|
|
summary: "Set the source<wbr>Web<wbr>App<wbr>Id property: ARM resource ID of the source app."
|
|
parameters:
|
|
- description: "the sourceWebAppId value to set."
|
|
name: "sourceWebAppId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CloningInfo withSourceWebAppId(String sourceWebAppId)"
|
|
desc: "Set the sourceWebAppId property: ARM resource ID of the source app. App resource ID is of the form /subscriptions/\\{subId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Web/sites/\\{siteName\\} for production slots and /subscriptions/\\{subId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Web/sites/\\{siteName\\}/slots/\\{slotName\\} for other slots."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withSourceWebAppLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withSourceWebAppLocation(String sourceWebAppLocation)"
|
|
name: "withSourceWebAppLocation(String sourceWebAppLocation)"
|
|
nameWithType: "CloningInfo.withSourceWebAppLocation(String sourceWebAppLocation)"
|
|
summary: "Set the source<wbr>Web<wbr>App<wbr>Location property: Location of source app ex: West US or North Europe."
|
|
parameters:
|
|
- description: "the sourceWebAppLocation value to set."
|
|
name: "sourceWebAppLocation"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CloningInfo withSourceWebAppLocation(String sourceWebAppLocation)"
|
|
desc: "Set the sourceWebAppLocation property: Location of source app ex: West US or North Europe."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withTrafficManagerProfileId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withTrafficManagerProfileId(String trafficManagerProfileId)"
|
|
name: "withTrafficManagerProfileId(String trafficManagerProfileId)"
|
|
nameWithType: "CloningInfo.withTrafficManagerProfileId(String trafficManagerProfileId)"
|
|
summary: "Set the traffic<wbr>Manager<wbr>Profile<wbr>Id property: ARM resource ID of the Traffic Manager profile to use, if it exists."
|
|
parameters:
|
|
- description: "the trafficManagerProfileId value to set."
|
|
name: "trafficManagerProfileId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CloningInfo withTrafficManagerProfileId(String trafficManagerProfileId)"
|
|
desc: "Set the trafficManagerProfileId property: ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/\\{subId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Network/trafficManagerProfiles/\\{profileName\\}."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.CloningInfo.withTrafficManagerProfileName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.CloningInfo.withTrafficManagerProfileName(String trafficManagerProfileName)"
|
|
name: "withTrafficManagerProfileName(String trafficManagerProfileName)"
|
|
nameWithType: "CloningInfo.withTrafficManagerProfileName(String trafficManagerProfileName)"
|
|
summary: "Set the traffic<wbr>Manager<wbr>Profile<wbr>Name property: Name of Traffic Manager profile to create."
|
|
parameters:
|
|
- description: "the trafficManagerProfileName value to set."
|
|
name: "trafficManagerProfileName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CloningInfo withTrafficManagerProfileName(String trafficManagerProfileName)"
|
|
desc: "Set the trafficManagerProfileName property: Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist."
|
|
returns:
|
|
description: "the CloningInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Information needed for cloning 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.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|