| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CloningInfo |
SiteInner.cloningInfo()
Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
CloningInfo |
SitePatchResourceInner.cloningInfo()
Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
| Modifier and Type | Method and Description |
|---|---|
SiteInner |
SiteInner.withCloningInfo(CloningInfo cloningInfo)
Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
SitePatchResourceInner |
SitePatchResourceInner.withCloningInfo(CloningInfo cloningInfo)
Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
| Modifier and Type | Method and Description |
|---|---|
CloningInfo |
WebSiteBase.cloningInfo() |
CloningInfo |
CloningInfo.withAppSettingsOverrides(Map<String,String> appSettingsOverrides)
Set the appSettingsOverrides property: Application setting overrides for cloned app.
|
CloningInfo |
CloningInfo.withCloneCustomHostNames(Boolean cloneCustomHostNames)
Set the cloneCustomHostNames property: <code>true</code> to clone custom hostnames from source app;
otherwise, <code>false</code>.
|
CloningInfo |
CloningInfo.withCloneSourceControl(Boolean cloneSourceControl)
Set the cloneSourceControl property: <code>true</code> to clone source control from source app;
otherwise, <code>false</code>.
|
CloningInfo |
CloningInfo.withConfigureLoadBalancing(Boolean configureLoadBalancing)
Set the configureLoadBalancing property: <code>true</code> to configure load balancing for source and
destination app.
|
CloningInfo |
CloningInfo.withCorrelationId(UUID correlationId)
Set the correlationId property: Correlation ID of cloning operation.
|
CloningInfo |
CloningInfo.withHostingEnvironment(String hostingEnvironment)
Set the hostingEnvironment property: App Service Environment.
|
CloningInfo |
CloningInfo.withOverwrite(Boolean overwrite)
Set the overwrite property: <code>true</code> to overwrite destination app; otherwise,
<code>false</code>.
|
CloningInfo |
CloningInfo.withSourceWebAppId(String sourceWebAppId)
Set the sourceWebAppId property: ARM resource ID of the source app.
|
CloningInfo |
CloningInfo.withSourceWebAppLocation(String sourceWebAppLocation)
Set the sourceWebAppLocation property: Location of source app ex: West US or North Europe.
|
CloningInfo |
CloningInfo.withTrafficManagerProfileId(String trafficManagerProfileId)
Set the trafficManagerProfileId property: ARM resource ID of the Traffic Manager profile to use, if it exists.
|
CloningInfo |
CloningInfo.withTrafficManagerProfileName(String trafficManagerProfileName)
Set the trafficManagerProfileName property: Name of Traffic Manager profile to create.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.