Uses of Class
com.microsoft.azure.management.appservice.CloningInfo
Packages that use CloningInfo
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of CloningInfo in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return CloningInfoModifier and TypeMethodDescriptionSitePatchResource.cloningInfo()Get if specified during app creation, the app is cloned from a source app.WebAppBase.cloningInfo()CloningInfo.withAppSettingsOverrides(Map<String, String> appSettingsOverrides) Set application setting overrides for cloned app.CloningInfo.withCloneCustomHostNames(Boolean cloneCustomHostNames) Set <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.CloningInfo.withCloneSourceControl(Boolean cloneSourceControl) Set <code>true</code> to clone source control from source app; otherwise, <code>false</code>.CloningInfo.withConfigureLoadBalancing(Boolean configureLoadBalancing) Set <code>true</code> to configure load balancing for source and destination app.CloningInfo.withCorrelationId(UUID correlationId) Set correlation ID of cloning operation.CloningInfo.withHostingEnvironment(String hostingEnvironment) Set app Service Environment.CloningInfo.withOverwrite(Boolean overwrite) Set <code>true</code> to overwrite destination app; otherwise, <code>false</code>.CloningInfo.withSourceWebAppId(String sourceWebAppId) Set aRM resource ID of the source app.CloningInfo.withSourceWebAppLocation(String sourceWebAppLocation) Set location of source app ex: West US or North Europe.CloningInfo.withTrafficManagerProfileId(String trafficManagerProfileId) Set aRM resource ID of the Traffic Manager profile to use, if it exists.CloningInfo.withTrafficManagerProfileName(String trafficManagerProfileName) Set name of Traffic Manager profile to create.Methods in com.microsoft.azure.management.appservice with parameters of type CloningInfoModifier and TypeMethodDescriptionSitePatchResource.withCloningInfo(CloningInfo cloningInfo) Set if specified during app creation, the app is cloned from a source app.