Share via


MaterializedViewsBuilderRegionalService Class

Definition

Resource for a regional service ___location.

public class MaterializedViewsBuilderRegionalService : Azure.ResourceManager.CosmosDB.Models.CosmosDBRegionalService, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.MaterializedViewsBuilderRegionalService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.MaterializedViewsBuilderRegionalService>
type MaterializedViewsBuilderRegionalService = class
    inherit CosmosDBRegionalService
    interface IJsonModel<MaterializedViewsBuilderRegionalService>
    interface IPersistableModel<MaterializedViewsBuilderRegionalService>
Public Class MaterializedViewsBuilderRegionalService
Inherits CosmosDBRegionalService
Implements IJsonModel(Of MaterializedViewsBuilderRegionalService), IPersistableModel(Of MaterializedViewsBuilderRegionalService)
Inheritance
MaterializedViewsBuilderRegionalService
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<MaterializedViewsBuilderRegionalService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MaterializedViewsBuilderRegionalService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MaterializedViewsBuilderRegionalService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to