Uses of Class
com.azure.resourcemanager.appservice.models.SiteCloneabilityCriterion
Packages that use SiteCloneabilityCriterion
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SiteCloneabilityCriterion in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type SiteCloneabilityCriterionModifier and TypeMethodDescriptionSiteCloneabilityInner.blockingCharacteristics()Get the blockingCharacteristics property: List of blocking application characteristics.SiteCloneabilityInner.blockingFeatures()Get the blockingFeatures property: List of features enabled on app that prevent cloning.SiteCloneabilityInner.unsupportedFeatures()Get the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type SiteCloneabilityCriterionModifier and TypeMethodDescriptionSiteCloneabilityInner.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.withUnsupportedFeatures(List<SiteCloneabilityCriterion> unsupportedFeatures) Set the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned. -
Uses of SiteCloneabilityCriterion in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type SiteCloneabilityCriterionModifier and TypeClassDescriptionfinal classAn app cloneability criterion.Methods in com.azure.resourcemanager.appservice.models that return SiteCloneabilityCriterionModifier and TypeMethodDescriptionstatic SiteCloneabilityCriterionSiteCloneabilityCriterion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SiteCloneabilityCriterion from the JsonReader.SiteCloneabilityCriterion.withDescription(String description) Set the description property: Description of criterion.Set the name property: Name of criterion.