SqlOutboundEnvironmentEndpoint Class

Definition

An endpoint that the managed instance service requires outbound network access to.

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

Properties

Category

The type of service accessed by the managed instance service, e.g., Azure Storage, Azure Active Directory, etc.

Endpoints

The endpoints that the managed instance service communicates with in order to function correctly.

Explicit Interface Implementations

IJsonModel<SqlOutboundEnvironmentEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlOutboundEnvironmentEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlOutboundEnvironmentEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlOutboundEnvironmentEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlOutboundEnvironmentEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to