GraphResourceGetPropertiesOptions Class

Definition

The GraphResourceGetPropertiesOptions.

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

Constructors

GraphResourceGetPropertiesOptions()

Initializes a new instance of GraphResourceGetPropertiesOptions.

Properties

AutoscaleMaxThroughput

Represents maximum throughput, the resource can scale up to.

(Inherited from CosmosDBBaseConfig)
Throughput

Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details.

(Inherited from CosmosDBBaseConfig)

Explicit Interface Implementations

IJsonModel<CosmosDBBaseConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBBaseConfig)
IJsonModel<GraphResourceGetPropertiesOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GraphResourceGetPropertiesOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBBaseConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CosmosDBBaseConfig)
IPersistableModel<GraphResourceGetPropertiesOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GraphResourceGetPropertiesOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GraphResourceGetPropertiesOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to