SiteCloneabilityInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. SiteCloneabilityInner
- com.
Implements
public final class SiteCloneabilityInner
implements JsonSerializable<SiteCloneabilityInner>
Represents whether or not an app is cloneable.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Site |
blockingCharacteristics()
Get the blocking |
|
List<Site |
blockingFeatures()
Get the blocking |
|
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
|
Clone |
result()
Get the result property: Name of app. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Site |
unsupportedFeatures()
Get the unsupported |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
blockingCharacteristics
public List<SiteCloneabilityCriterion> blockingCharacteristics()
Get the blockingCharacteristics property: List of blocking application characteristics.
Returns:
blockingFeatures
public List<SiteCloneabilityCriterion> blockingFeatures()
Get the blockingFeatures property: List of features enabled on app that prevent cloning.
Returns:
fromJson
public static SiteCloneabilityInner fromJson(JsonReader jsonReader)
Reads an instance of SiteCloneabilityInner from the JsonReader.
Parameters:
Returns:
Throws:
result
public CloneAbilityResult result()
Get the result property: Name of app.
Returns:
toJson
unsupportedFeatures
public List<SiteCloneabilityCriterion> unsupportedFeatures()
Get the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app.
Returns:
validate
public void validate()
Validates the instance.