Uses of Class
com.azure.resourcemanager.appservice.models.CloningInfo
Packages that use CloningInfo
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CloningInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CloningInfoModifier and TypeMethodDescriptionSiteInner.cloningInfo()
Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourceInner.cloningInfo()
Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourcePropertiesInner.cloningInfo()
Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePropertiesInner.cloningInfo()
Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CloningInfoModifier and TypeMethodDescriptionSiteInner.withCloningInfo
(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourceInner.withCloningInfo
(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourcePropertiesInner.withCloningInfo
(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePropertiesInner.withCloningInfo
(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app. -
Uses of CloningInfo in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CloningInfoModifier and TypeMethodDescriptionWebSiteBase.cloningInfo()
Gets information about whether the web app is cloned from another.static CloningInfo
CloningInfo.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CloningInfo from the JsonReader.CloningInfo.withAppSettingsOverrides
(Map<String, String> appSettingsOverrides) Set the appSettingsOverrides property: Application setting overrides for cloned app.CloningInfo.withCloneCustomHostNames
(Boolean cloneCustomHostNames) Set the cloneCustomHostNames property: <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.CloningInfo.withCloneSourceControl
(Boolean cloneSourceControl) Set the cloneSourceControl property: <code>true</code> to clone source control from source app; otherwise, <code>false</code>.CloningInfo.withConfigureLoadBalancing
(Boolean configureLoadBalancing) Set the configureLoadBalancing property: <code>true</code> to configure load balancing for source and destination app.CloningInfo.withCorrelationId
(UUID correlationId) Set the correlationId property: Correlation ID of cloning operation.CloningInfo.withHostingEnvironment
(String hostingEnvironment) Set the hostingEnvironment property: App Service Environment.CloningInfo.withOverwrite
(Boolean overwrite) Set the overwrite property: <code>true</code> to overwrite destination app; otherwise, <code>false</code>.CloningInfo.withSourceWebAppId
(String sourceWebAppId) Set the sourceWebAppId property: ARM resource ID of the source app.CloningInfo.withSourceWebAppLocation
(String sourceWebAppLocation) Set the sourceWebAppLocation property: Location of source app ex: West US or North Europe.CloningInfo.withTrafficManagerProfileId
(String trafficManagerProfileId) Set the trafficManagerProfileId property: ARM resource ID of the Traffic Manager profile to use, if it exists.CloningInfo.withTrafficManagerProfileName
(String trafficManagerProfileName) Set the trafficManagerProfileName property: Name of Traffic Manager profile to create.