Share via


VirtualMachineScaleSetScaleOutContent Class

Definition

The input for ScaleOut.

public class VirtualMachineScaleSetScaleOutContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetScaleOutContent>
type VirtualMachineScaleSetScaleOutContent = class
    interface IJsonModel<VirtualMachineScaleSetScaleOutContent>
    interface IPersistableModel<VirtualMachineScaleSetScaleOutContent>
Public Class VirtualMachineScaleSetScaleOutContent
Implements IJsonModel(Of VirtualMachineScaleSetScaleOutContent), IPersistableModel(Of VirtualMachineScaleSetScaleOutContent)
Inheritance
VirtualMachineScaleSetScaleOutContent
Implements

Constructors

VirtualMachineScaleSetScaleOutContent(Int64)

Initializes a new instance of VirtualMachineScaleSetScaleOutContent.

Properties

Capacity

Specifies the number of virtual machines in the scale set.

VmScaleSetScaleOutInputZone

The zone in which the scale out is requested for the virtual machine scale set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualMachineScaleSetScaleOutContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetScaleOutContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineScaleSetScaleOutContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetScaleOutContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetScaleOutContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to