SiteCloneability Class

Definition

Represents whether or not an app is cloneable.

public class SiteCloneability
public class SiteCloneability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.SiteCloneability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.SiteCloneability>
type SiteCloneability = class
type SiteCloneability = class
    interface IJsonModel<SiteCloneability>
    interface IPersistableModel<SiteCloneability>
Public Class SiteCloneability
Public Class SiteCloneability
Implements IJsonModel(Of SiteCloneability), IPersistableModel(Of SiteCloneability)
Inheritance
SiteCloneability
Implements

Properties

BlockingCharacteristics

List of blocking application characteristics.

BlockingFeatures

List of features enabled on app that prevent cloning.

Result

Name of app.

UnsupportedFeatures

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.

Explicit Interface Implementations

IJsonModel<SiteCloneability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteCloneability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteCloneability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteCloneability>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteCloneability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to