你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloningInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.CloningInfo

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.

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.

Method Details

appSettingsOverrides

public Map appSettingsOverrides()

Get the appSettingsOverrides value.

Returns:

the appSettingsOverrides value

cloneCustomHostNames

public Boolean cloneCustomHostNames()

Get the cloneCustomHostNames value.

Returns:

the cloneCustomHostNames value

cloneSourceControl

public Boolean cloneSourceControl()

Get the cloneSourceControl value.

Returns:

the cloneSourceControl value

configureLoadBalancing

public Boolean configureLoadBalancing()

Get the configureLoadBalancing value.

Returns:

the configureLoadBalancing value

correlationId

public String correlationId()

Get the correlationId value.

Returns:

the correlationId value

hostingEnvironment

public String hostingEnvironment()

Get the hostingEnvironment value.

Returns:

the hostingEnvironment value

ignoreQuotas

public Boolean ignoreQuotas()

Get the ignoreQuotas value.

Returns:

the ignoreQuotas value

overwrite

public Boolean overwrite()

Get the overwrite value.

Returns:

the overwrite value

sourceWebAppId

public String sourceWebAppId()

Get the sourceWebAppId value.

Returns:

the sourceWebAppId value

trafficManagerProfileId

public String trafficManagerProfileId()

Get the trafficManagerProfileId value.

Returns:

the trafficManagerProfileId value

trafficManagerProfileName

public String trafficManagerProfileName()

Get the trafficManagerProfileName value.

Returns:

the trafficManagerProfileName value

withAppSettingsOverrides

public CloningInfo withAppSettingsOverrides(Map appSettingsOverrides)

Set the appSettingsOverrides value.

Parameters:

appSettingsOverrides - the appSettingsOverrides value to set

Returns:

the CloningInfo object itself.

withCloneCustomHostNames

public CloningInfo withCloneCustomHostNames(Boolean cloneCustomHostNames)

Set the cloneCustomHostNames value.

Parameters:

cloneCustomHostNames - the cloneCustomHostNames value to set

Returns:

the CloningInfo object itself.

withCloneSourceControl

public CloningInfo withCloneSourceControl(Boolean cloneSourceControl)

Set the cloneSourceControl value.

Parameters:

cloneSourceControl - the cloneSourceControl value to set

Returns:

the CloningInfo object itself.

withConfigureLoadBalancing

public CloningInfo withConfigureLoadBalancing(Boolean configureLoadBalancing)

Set the configureLoadBalancing value.

Parameters:

configureLoadBalancing - the configureLoadBalancing value to set

Returns:

the CloningInfo object itself.

withCorrelationId

public CloningInfo withCorrelationId(String correlationId)

Set the correlationId value.

Parameters:

correlationId - the correlationId value to set

Returns:

the CloningInfo object itself.

withHostingEnvironment

public CloningInfo withHostingEnvironment(String hostingEnvironment)

Set the hostingEnvironment value.

Parameters:

hostingEnvironment - the hostingEnvironment value to set

Returns:

the CloningInfo object itself.

withIgnoreQuotas

public CloningInfo withIgnoreQuotas(Boolean ignoreQuotas)

Set the ignoreQuotas value.

Parameters:

ignoreQuotas - the ignoreQuotas value to set

Returns:

the CloningInfo object itself.

withOverwrite

public CloningInfo withOverwrite(Boolean overwrite)

Set the overwrite value.

Parameters:

overwrite - the overwrite value to set

Returns:

the CloningInfo object itself.

withSourceWebAppId

public CloningInfo withSourceWebAppId(String sourceWebAppId)

Set the sourceWebAppId value.

Parameters:

sourceWebAppId - the sourceWebAppId value to set

Returns:

the CloningInfo object itself.

withTrafficManagerProfileId

public CloningInfo withTrafficManagerProfileId(String trafficManagerProfileId)

Set the trafficManagerProfileId value.

Parameters:

trafficManagerProfileId - the trafficManagerProfileId value to set

Returns:

the CloningInfo object itself.

withTrafficManagerProfileName

public CloningInfo withTrafficManagerProfileName(String trafficManagerProfileName)

Set the trafficManagerProfileName value.

Parameters:

trafficManagerProfileName - the trafficManagerProfileName value to set

Returns:

the CloningInfo object itself.

Applies to