Uses of Class
com.azure.resourcemanager.appservice.models.CloningInfo
-
Packages that use CloningInfo 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. -
-
Uses of CloningInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CloningInfo Modifier and Type Method Description CloningInfoSiteInner. cloningInfo()Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.CloningInfoSitePatchResourceInner. cloningInfo()Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.CloningInfoSitePatchResourcePropertiesInner. cloningInfo()Get the cloningInfo property: If specified during app creation, the app is cloned from a source app.CloningInfoSitePropertiesInner. 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 CloningInfo Modifier and Type Method Description SiteInnerSiteInner. withCloningInfo(CloningInfo cloningInfo)Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourceInnerSitePatchResourceInner. withCloningInfo(CloningInfo cloningInfo)Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourcePropertiesInnerSitePatchResourcePropertiesInner. withCloningInfo(CloningInfo cloningInfo)Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePropertiesInnerSitePropertiesInner. 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 CloningInfo Modifier and Type Method Description CloningInfoWebSiteBase. cloningInfo()CloningInfoCloningInfo. withAppSettingsOverrides(Map<String,String> appSettingsOverrides)Set the appSettingsOverrides property: Application setting overrides for cloned app.CloningInfoCloningInfo. withCloneCustomHostNames(Boolean cloneCustomHostNames)Set the cloneCustomHostNames property: <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.CloningInfoCloningInfo. withCloneSourceControl(Boolean cloneSourceControl)Set the cloneSourceControl property: <code>true</code> to clone source control from source app; otherwise, <code>false</code>.CloningInfoCloningInfo. withConfigureLoadBalancing(Boolean configureLoadBalancing)Set the configureLoadBalancing property: <code>true</code> to configure load balancing for source and destination app.CloningInfoCloningInfo. withCorrelationId(UUID correlationId)Set the correlationId property: Correlation ID of cloning operation.CloningInfoCloningInfo. withHostingEnvironment(String hostingEnvironment)Set the hostingEnvironment property: App Service Environment.CloningInfoCloningInfo. withOverwrite(Boolean overwrite)Set the overwrite property: <code>true</code> to overwrite destination app; otherwise, <code>false</code>.CloningInfoCloningInfo. withSourceWebAppId(String sourceWebAppId)Set the sourceWebAppId property: ARM resource ID of the source app.CloningInfoCloningInfo. withSourceWebAppLocation(String sourceWebAppLocation)Set the sourceWebAppLocation property: Location of source app ex: West US or North Europe.CloningInfoCloningInfo. withTrafficManagerProfileId(String trafficManagerProfileId)Set the trafficManagerProfileId property: ARM resource ID of the Traffic Manager profile to use, if it exists.CloningInfoCloningInfo. withTrafficManagerProfileName(String trafficManagerProfileName)Set the trafficManagerProfileName property: Name of Traffic Manager profile to create.
-