public class CloningInfo extends Object
| Constructor and Description |
|---|
CloningInfo() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
appSettingsOverrides()
Get the appSettingsOverrides value.
|
Boolean |
cloneCustomHostNames()
Get the cloneCustomHostNames value.
|
Boolean |
cloneSourceControl()
Get the cloneSourceControl value.
|
Boolean |
configureLoadBalancing()
Get the configureLoadBalancing value.
|
String |
correlationId()
Get the correlationId value.
|
String |
hostingEnvironment()
Get the hostingEnvironment value.
|
Boolean |
ignoreQuotas()
Get the ignoreQuotas value.
|
Boolean |
overwrite()
Get the overwrite value.
|
String |
sourceWebAppId()
Get the sourceWebAppId value.
|
String |
trafficManagerProfileId()
Get the trafficManagerProfileId value.
|
String |
trafficManagerProfileName()
Get the trafficManagerProfileName value.
|
CloningInfo |
withAppSettingsOverrides(Map<String,String> appSettingsOverrides)
Set the appSettingsOverrides value.
|
CloningInfo |
withCloneCustomHostNames(Boolean cloneCustomHostNames)
Set the cloneCustomHostNames value.
|
CloningInfo |
withCloneSourceControl(Boolean cloneSourceControl)
Set the cloneSourceControl value.
|
CloningInfo |
withConfigureLoadBalancing(Boolean configureLoadBalancing)
Set the configureLoadBalancing value.
|
CloningInfo |
withCorrelationId(String correlationId)
Set the correlationId value.
|
CloningInfo |
withHostingEnvironment(String hostingEnvironment)
Set the hostingEnvironment value.
|
CloningInfo |
withIgnoreQuotas(Boolean ignoreQuotas)
Set the ignoreQuotas value.
|
CloningInfo |
withOverwrite(Boolean overwrite)
Set the overwrite value.
|
CloningInfo |
withSourceWebAppId(String sourceWebAppId)
Set the sourceWebAppId value.
|
CloningInfo |
withTrafficManagerProfileId(String trafficManagerProfileId)
Set the trafficManagerProfileId value.
|
CloningInfo |
withTrafficManagerProfileName(String trafficManagerProfileName)
Set the trafficManagerProfileName value.
|
public String correlationId()
public CloningInfo withCorrelationId(String correlationId)
correlationId - the correlationId value to setpublic Boolean overwrite()
public CloningInfo withOverwrite(Boolean overwrite)
overwrite - the overwrite value to setpublic Boolean cloneCustomHostNames()
public CloningInfo withCloneCustomHostNames(Boolean cloneCustomHostNames)
cloneCustomHostNames - the cloneCustomHostNames value to setpublic Boolean cloneSourceControl()
public CloningInfo withCloneSourceControl(Boolean cloneSourceControl)
cloneSourceControl - the cloneSourceControl value to setpublic String sourceWebAppId()
public CloningInfo withSourceWebAppId(String sourceWebAppId)
sourceWebAppId - the sourceWebAppId value to setpublic String hostingEnvironment()
public CloningInfo withHostingEnvironment(String hostingEnvironment)
hostingEnvironment - the hostingEnvironment value to setpublic Map<String,String> appSettingsOverrides()
public CloningInfo withAppSettingsOverrides(Map<String,String> appSettingsOverrides)
appSettingsOverrides - the appSettingsOverrides value to setpublic Boolean configureLoadBalancing()
public CloningInfo withConfigureLoadBalancing(Boolean configureLoadBalancing)
configureLoadBalancing - the configureLoadBalancing value to setpublic String trafficManagerProfileId()
public CloningInfo withTrafficManagerProfileId(String trafficManagerProfileId)
trafficManagerProfileId - the trafficManagerProfileId value to setpublic String trafficManagerProfileName()
public CloningInfo withTrafficManagerProfileName(String trafficManagerProfileName)
trafficManagerProfileName - the trafficManagerProfileName value to setpublic Boolean ignoreQuotas()
public CloningInfo withIgnoreQuotas(Boolean ignoreQuotas)
ignoreQuotas - the ignoreQuotas value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/