SiteCloneability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents whether or not an app is cloneable. Serialized Name: 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
interface IJsonModel<SiteCloneability>
interface IPersistableModel<SiteCloneability>
Public Class SiteCloneability
Implements IJsonModel(Of SiteCloneability), IPersistableModel(Of SiteCloneability)
- Inheritance
-
SiteCloneability
- Implements
Properties
| Name | Description |
|---|---|
| BlockingCharacteristics |
List of blocking application characteristics. Serialized Name: SiteCloneability.blockingCharacteristics |
| BlockingFeatures |
List of features enabled on app that prevent cloning. Serialized Name: SiteCloneability.blockingFeatures |
| Result |
Name of app. Serialized Name: SiteCloneability.result |
| 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. Serialized Name: SiteCloneability.unsupportedFeatures |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |