Share via


DataTransferServiceResourceCreateUpdateProperties Class

Definition

Properties for Create or Update request for DataTransferServiceResource.

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

Constructors

DataTransferServiceResourceCreateUpdateProperties()

Initializes a new instance of DataTransferServiceResourceCreateUpdateProperties.

Properties

InstanceCount

Instance count for the service.

(Inherited from ServiceResourceCreateUpdateProperties)
InstanceSize

Instance type for the service.

(Inherited from ServiceResourceCreateUpdateProperties)

Explicit Interface Implementations

IJsonModel<DataTransferServiceResourceCreateUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<DataTransferServiceResourceCreateUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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