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


TemplateDeploymentPolicy Class

Definition

The TemplateDeploymentPolicy.

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

Properties

Capabilities

Gets the capabilities.

PreflightOptions

Gets the preflight options.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TemplateDeploymentPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TemplateDeploymentPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TemplateDeploymentPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TemplateDeploymentPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TemplateDeploymentPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to