SiteCloneability Class

Represents whether or not an app is cloneable.

Inheritance
SiteCloneability

Constructor

SiteCloneability(*, result: Optional[Union[str, azure.mgmt.web.v2018_02_01.models._web_site_management_client_enums.CloneAbilityResult]] = None, blocking_features: Optional[List[azure.mgmt.web.v2018_02_01.models._models_py3.SiteCloneabilityCriterion]] = None, unsupported_features: Optional[List[azure.mgmt.web.v2018_02_01.models._models_py3.SiteCloneabilityCriterion]] = None, blocking_characteristics: Optional[List[azure.mgmt.web.v2018_02_01.models._models_py3.SiteCloneabilityCriterion]] = None, **kwargs)

Parameters

result
str or CloneAbilityResult
Required

Name of app. Possible values include: "Cloneable", "PartiallyCloneable", "NotCloneable".

blocking_features
list[SiteCloneabilityCriterion]
Required

List of features enabled on app that prevent cloning.

unsupported_features
list[SiteCloneabilityCriterion]
Required

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[SiteCloneabilityCriterion]
Required

List of blocking application characteristics.