| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SiteCloneabilityInner |
WebAppsClient.isCloneable(String resourceGroupName,
String name)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
SiteCloneabilityInner |
WebAppsClient.isCloneableSlot(String resourceGroupName,
String name,
String slot)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
| Modifier and Type | Method and Description |
|---|---|
SiteCloneabilityInner |
SiteCloneabilityInner.withBlockingCharacteristics(List<SiteCloneabilityCriterion> blockingCharacteristics)
Set the blockingCharacteristics property: List of blocking application characteristics.
|
SiteCloneabilityInner |
SiteCloneabilityInner.withBlockingFeatures(List<SiteCloneabilityCriterion> blockingFeatures)
Set the blockingFeatures property: List of features enabled on app that prevent cloning.
|
SiteCloneabilityInner |
SiteCloneabilityInner.withResult(CloneAbilityResult result)
Set the result property: Name of app.
|
SiteCloneabilityInner |
SiteCloneabilityInner.withUnsupportedFeatures(List<SiteCloneabilityCriterion> unsupportedFeatures)
Set the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.