다음을 통해 공유


DataTransferRegionalService Class

Definition

Resource for a regional service ___location.

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

Properties

Location

The ___location name.

(Inherited from CosmosDBRegionalService)
Name

The regional service name.

(Inherited from CosmosDBRegionalService)
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<DataTransferRegionalService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataTransferRegionalService>.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<DataTransferRegionalService>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataTransferRegionalService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataTransferRegionalService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to