다음을 통해 공유


StreamingEndpointCapacity Class

Definition

The streaming endpoint sku capacity.

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

Properties

Default

The streaming endpoint default capacity.

Maximum

The streaming endpoint maximum capacity.

Minimum

The streaming endpoint minimum capacity.

ScaleType

Gets the scale type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingEndpointCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingEndpointCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingEndpointCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingEndpointCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingEndpointCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to