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.
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
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET