Поделиться через


StreamingEndpointCurrentSku Class

Definition

The streaming endpoint current sku.

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

Constructors

StreamingEndpointCurrentSku()

Initializes a new instance of StreamingEndpointCurrentSku.

Properties

Capacity

The streaming endpoint sku capacity.

Name

The streaming endpoint sku name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingEndpointCurrentSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingEndpointCurrentSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingEndpointCurrentSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingEndpointCurrentSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingEndpointCurrentSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to