你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloningInfo Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. CloningInfo
- com.
public class CloningInfo
Information needed for cloning operation.
Method Summary
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. |
Cloning |
withAppSettingsOverrides(Map<String, String> appSettingsOverrides)
Set the appSettingsOverrides value. |
Cloning |
withCloneCustomHostNames(Boolean cloneCustomHostNames)
Set the cloneCustomHostNames value. |
Cloning |
withCloneSourceControl(Boolean cloneSourceControl)
Set the cloneSourceControl value. |
Cloning |
withConfigureLoadBalancing(Boolean configureLoadBalancing)
Set the configureLoadBalancing value. |
Cloning |
withCorrelationId(String correlationId)
Set the correlationId value. |
Cloning |
withHostingEnvironment(String hostingEnvironment)
Set the hostingEnvironment value. |
Cloning |
withIgnoreQuotas(Boolean ignoreQuotas)
Set the ignoreQuotas value. |
Cloning |
withOverwrite(Boolean overwrite)
Set the overwrite value. |
Cloning |
withSourceWebAppId(String sourceWebAppId)
Set the sourceWebAppId value. |
Cloning |
withTrafficManagerProfileId(String trafficManagerProfileId)
Set the trafficManagerProfileId value. |
Cloning |
withTrafficManagerProfileName(String trafficManagerProfileName)
Set the trafficManagerProfileName value. |
Method Details
appSettingsOverrides
public Map
Get the appSettingsOverrides value.
Returns:
cloneCustomHostNames
public Boolean cloneCustomHostNames()
Get the cloneCustomHostNames value.
Returns:
cloneSourceControl
public Boolean cloneSourceControl()
Get the cloneSourceControl value.
Returns:
configureLoadBalancing
public Boolean configureLoadBalancing()
Get the configureLoadBalancing value.
Returns:
correlationId
public String correlationId()
Get the correlationId value.
Returns:
hostingEnvironment
public String hostingEnvironment()
Get the hostingEnvironment value.
Returns:
ignoreQuotas
public Boolean ignoreQuotas()
Get the ignoreQuotas value.
Returns:
overwrite
public Boolean overwrite()
Get the overwrite value.
Returns:
sourceWebAppId
public String sourceWebAppId()
Get the sourceWebAppId value.
Returns:
trafficManagerProfileId
public String trafficManagerProfileId()
Get the trafficManagerProfileId value.
Returns:
trafficManagerProfileName
public String trafficManagerProfileName()
Get the trafficManagerProfileName value.
Returns:
withAppSettingsOverrides
public CloningInfo withAppSettingsOverrides(Map
Set the appSettingsOverrides value.
Parameters:
Returns:
withCloneCustomHostNames
public CloningInfo withCloneCustomHostNames(Boolean cloneCustomHostNames)
Set the cloneCustomHostNames value.
Parameters:
Returns:
withCloneSourceControl
public CloningInfo withCloneSourceControl(Boolean cloneSourceControl)
Set the cloneSourceControl value.
Parameters:
Returns:
withConfigureLoadBalancing
public CloningInfo withConfigureLoadBalancing(Boolean configureLoadBalancing)
Set the configureLoadBalancing value.
Parameters:
Returns:
withCorrelationId
public CloningInfo withCorrelationId(String correlationId)
Set the correlationId value.
Parameters:
Returns:
withHostingEnvironment
public CloningInfo withHostingEnvironment(String hostingEnvironment)
Set the hostingEnvironment value.
Parameters:
Returns:
withIgnoreQuotas
public CloningInfo withIgnoreQuotas(Boolean ignoreQuotas)
Set the ignoreQuotas value.
Parameters:
Returns:
withOverwrite
public CloningInfo withOverwrite(Boolean overwrite)
Set the overwrite value.
Parameters:
Returns:
withSourceWebAppId
public CloningInfo withSourceWebAppId(String sourceWebAppId)
Set the sourceWebAppId value.
Parameters:
Returns:
withTrafficManagerProfileId
public CloningInfo withTrafficManagerProfileId(String trafficManagerProfileId)
Set the trafficManagerProfileId value.
Parameters:
Returns:
withTrafficManagerProfileName
public CloningInfo withTrafficManagerProfileName(String trafficManagerProfileName)
Set the trafficManagerProfileName value.
Parameters:
Returns: