你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SiteCloneability Class

Represents whether or not an app is cloneable.

Inheritance
azure.mgmt.web._serialization.Model
SiteCloneability

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.