Поделиться через


TemplateDeploymentOptions Class

Definition

The TemplateDeploymentOptions.

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

Constructors

TemplateDeploymentOptions()

Initializes a new instance of TemplateDeploymentOptions.

Properties

IsPreflightSupported

Gets or sets the is preflight supported.

PreflightOptions

Gets the preflight options.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TemplateDeploymentOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TemplateDeploymentOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TemplateDeploymentOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TemplateDeploymentOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TemplateDeploymentOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to