ServerTrustGroupServerInfo Class

Definition

Server info for the server trust group.

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

Constructors

ServerTrustGroupServerInfo(ResourceIdentifier)

Initializes a new instance of ServerTrustGroupServerInfo.

Properties

ServerId

Server Id.

Explicit Interface Implementations

IJsonModel<ServerTrustGroupServerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerTrustGroupServerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerTrustGroupServerInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerTrustGroupServerInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerTrustGroupServerInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to