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

ISiteCloneability Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteCloneabilityTypeConverter))]
public interface ISiteCloneability : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteCloneabilityTypeConverter))>]
type ISiteCloneability = interface
    interface IJsonSerializable
Public Interface ISiteCloneability
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BlockingCharacteristic

List of blocking application characteristics.

BlockingFeature

List of features enabled on app that prevent cloning.

Result

Name of app.

UnsupportedFeature

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to