Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteCloneabilityInner
-
Packages that use SiteCloneabilityInner 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. -
-
Uses of SiteCloneabilityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SiteCloneabilityInner Modifier and Type Method Description SiteCloneabilityInnerWebAppsClient. isCloneable(String resourceGroupName, String name)Description for Shows whether an app can be cloned to another resource group or subscription.SiteCloneabilityInnerWebAppsClient. isCloneableSlot(String resourceGroupName, String name, String slot)Description for 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 SiteCloneabilityInner Modifier and Type Method Description Mono<SiteCloneabilityInner>WebAppsClient. isCloneableAsync(String resourceGroupName, String name)Description for Shows whether an app can be cloned to another resource group or subscription.Mono<SiteCloneabilityInner>WebAppsClient. isCloneableSlotAsync(String resourceGroupName, String name, String slot)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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 SiteCloneabilityInner Modifier and Type Method Description SiteCloneabilityInnerSiteCloneabilityInner. withBlockingCharacteristics(List<SiteCloneabilityCriterion> blockingCharacteristics)Set the blockingCharacteristics property: List of blocking application characteristics.SiteCloneabilityInnerSiteCloneabilityInner. withBlockingFeatures(List<SiteCloneabilityCriterion> blockingFeatures)Set the blockingFeatures property: List of features enabled on app that prevent cloning.SiteCloneabilityInnerSiteCloneabilityInner. withResult(CloneAbilityResult result)Set the result property: Name of app.SiteCloneabilityInnerSiteCloneabilityInner. withUnsupportedFeatures(List<SiteCloneabilityCriterion> unsupportedFeatures)Set the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned.
-