Share via


SqlDedicatedGatewayRegionalService Class

Definition

Resource for a regional service ___location.

public class SqlDedicatedGatewayRegionalService : Azure.ResourceManager.CosmosDB.Models.CosmosDBRegionalService, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayRegionalService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayRegionalService>
type SqlDedicatedGatewayRegionalService = class
    inherit CosmosDBRegionalService
    interface IJsonModel<SqlDedicatedGatewayRegionalService>
    interface IPersistableModel<SqlDedicatedGatewayRegionalService>
Public Class SqlDedicatedGatewayRegionalService
Inherits CosmosDBRegionalService
Implements IJsonModel(Of SqlDedicatedGatewayRegionalService), IPersistableModel(Of SqlDedicatedGatewayRegionalService)
Inheritance
SqlDedicatedGatewayRegionalService
Implements

Properties

Location

The ___location name.

(Inherited from CosmosDBRegionalService)
Name

The regional service name.

(Inherited from CosmosDBRegionalService)
SqlDedicatedGatewayEndpoint

The regional endpoint for SqlDedicatedGateway.

Status

Describes the status of a service.

(Inherited from CosmosDBRegionalService)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CosmosDBRegionalService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CosmosDBRegionalService)
IJsonModel<CosmosDBRegionalService>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBRegionalService)
IJsonModel<SqlDedicatedGatewayRegionalService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlDedicatedGatewayRegionalService>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBRegionalService>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBRegionalService)
IPersistableModel<CosmosDBRegionalService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CosmosDBRegionalService)
IPersistableModel<CosmosDBRegionalService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBRegionalService)
IPersistableModel<SqlDedicatedGatewayRegionalService>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlDedicatedGatewayRegionalService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlDedicatedGatewayRegionalService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to