Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteCloneabilityInner
Packages that use SiteCloneabilityInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteCloneabilityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SiteCloneabilityInnerModifier and TypeMethodDescriptionWebAppsClient.isCloneable
(String resourceGroupName, String name) Shows whether an app can be cloned to another resource group or subscription.WebAppsClient.isCloneableSlot
(String resourceGroupName, String name, String slot) Shows whether an app can be cloned to another resource group or subscription.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SiteCloneabilityInnerModifier and TypeMethodDescriptionWebAppsClient.isCloneableAsync
(String resourceGroupName, String name) Shows whether an app can be cloned to another resource group or subscription.WebAppsClient.isCloneableSlotAsync
(String resourceGroupName, String name, String slot) Shows whether an app can be cloned to another resource group or subscription.com.azure.core.http.rest.Response
<SiteCloneabilityInner> WebAppsClient.isCloneableSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Shows whether an app can be cloned to another resource group or subscription.Mono
<com.azure.core.http.rest.Response<SiteCloneabilityInner>> WebAppsClient.isCloneableSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Shows whether an app can be cloned to another resource group or subscription.com.azure.core.http.rest.Response
<SiteCloneabilityInner> WebAppsClient.isCloneableWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Shows whether an app can be cloned to another resource group or subscription.Mono
<com.azure.core.http.rest.Response<SiteCloneabilityInner>> WebAppsClient.isCloneableWithResponseAsync
(String resourceGroupName, String name) Shows whether an app can be cloned to another resource group or subscription. -
Uses of SiteCloneabilityInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteCloneabilityInnerModifier and TypeMethodDescriptionstatic SiteCloneabilityInner
SiteCloneabilityInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteCloneabilityInner from the JsonReader.SiteCloneabilityInner.withBlockingCharacteristics
(List<SiteCloneabilityCriterion> blockingCharacteristics) Set the blockingCharacteristics property: List of blocking application characteristics.SiteCloneabilityInner.withBlockingFeatures
(List<SiteCloneabilityCriterion> blockingFeatures) Set the blockingFeatures property: List of features enabled on app that prevent cloning.SiteCloneabilityInner.withResult
(CloneAbilityResult result) Set the result property: Name of app.SiteCloneabilityInner.withUnsupportedFeatures
(List<SiteCloneabilityCriterion> unsupportedFeatures) Set the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned.