SiteCloneability Class
Represents whether or not an app is cloneable.
- Inheritance
-
azure.mgmt.web._serialization.ModelSiteCloneability
Constructor
SiteCloneability(*, result: str | _models.CloneAbilityResult | None = None, blocking_features: List[_models.SiteCloneabilityCriterion] | None = None, unsupported_features: List[_models.SiteCloneabilityCriterion] | None = None, blocking_characteristics: List[_models.SiteCloneabilityCriterion] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
result
|
Name of app. Known values are: "Cloneable", "PartiallyCloneable", and "NotCloneable". |
blocking_features
|
List of features enabled on app that prevent cloning. |
unsupported_features
|
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. |
blocking_characteristics
|
List of blocking application characteristics. |
Variables
Name | Description |
---|---|
result
|
Name of app. Known values are: "Cloneable", "PartiallyCloneable", and "NotCloneable". |
blocking_features
|
List of features enabled on app that prevent cloning. |
unsupported_features
|
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. |
blocking_characteristics
|
List of blocking application characteristics. |
Azure SDK for Python