Share via


GraphApiComputeRegionalService Class

Definition

Resource for a regional service ___location.

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

Properties

GraphApiComputeEndpoint

The regional endpoint for GraphAPICompute.

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<GraphApiComputeRegionalService>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<GraphApiComputeRegionalService>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GraphApiComputeRegionalService>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to