次の方法で共有


MaterializedViewsBuilderServiceResourceCreateUpdateProperties Class

Definition

Properties for Create or Update request for MaterializedViewsBuilderServiceResource.

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

Constructors

MaterializedViewsBuilderServiceResourceCreateUpdateProperties()

Initializes a new instance of MaterializedViewsBuilderServiceResourceCreateUpdateProperties.

Properties

InstanceCount

Instance count for the service.

(Inherited from ServiceResourceCreateUpdateProperties)
InstanceSize

Instance type for the service.

(Inherited from ServiceResourceCreateUpdateProperties)

Explicit Interface Implementations

IJsonModel<MaterializedViewsBuilderServiceResourceCreateUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MaterializedViewsBuilderServiceResourceCreateUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MaterializedViewsBuilderServiceResourceCreateUpdateProperties>.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