Share via


GenerateAwsTemplateResult Class

Definition

The HybridConnectivity post operation response.

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GenerateAwsTemplateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GenerateAwsTemplateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GenerateAwsTemplateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GenerateAwsTemplateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GenerateAwsTemplateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to