GraphApiComputeServiceResourceCreateUpdateProperties Class

Definition

Properties for Create or Update request for GraphAPIComputeServiceResource.

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

Constructors

GraphApiComputeServiceResourceCreateUpdateProperties()

Initializes a new instance of GraphApiComputeServiceResourceCreateUpdateProperties.

Properties

InstanceCount

Instance count for the service.

(Inherited from ServiceResourceCreateUpdateProperties)
InstanceSize

Instance type for the service.

(Inherited from ServiceResourceCreateUpdateProperties)

Explicit Interface Implementations

IJsonModel<GraphApiComputeServiceResourceCreateUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GraphApiComputeServiceResourceCreateUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ServiceResourceCreateUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ServiceResourceCreateUpdateProperties)
IPersistableModel<GraphApiComputeServiceResourceCreateUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GraphApiComputeServiceResourceCreateUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GraphApiComputeServiceResourceCreateUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ServiceResourceCreateUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ServiceResourceCreateUpdateProperties)

Applies to