MySqlFlexibleServerPrivateDnsZoneSuffixResponse Class

Definition

The response of get private dns zone suffix.

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

Properties

PrivateDnsZoneSuffix

Represents the private DNS zone suffix.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServerPrivateDnsZoneSuffixResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerPrivateDnsZoneSuffixResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServerPrivateDnsZoneSuffixResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerPrivateDnsZoneSuffixResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerPrivateDnsZoneSuffixResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to