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

SiteCloneability Class

Represents whether or not an app is cloneable.

Constructor

SiteCloneability(*args: Any, **kwargs: Any)

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.

Attributes

blocking_characteristics

List of blocking application characteristics.

blocking_characteristics: list['_models.SiteCloneabilityCriterion'] | None

blocking_features

List of features enabled on app that prevent cloning.

blocking_features: list['_models.SiteCloneabilityCriterion'] | None

result

"Cloneable", "PartiallyCloneable", and "NotCloneable".

result: str | _models.CloneAbilityResult | None

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.

unsupported_features: list['_models.SiteCloneabilityCriterion'] | None