Sdílet prostřednictvím


StreamingEndpointSkuInfo Class

Definition

The StreamingEndpointSkuInfo.

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

Properties

Capacity

The streaming endpoint sku capacity.

ResourceType

Gets the resource type.

SkuName

The streaming endpoint sku name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingEndpointSkuInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingEndpointSkuInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingEndpointSkuInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingEndpointSkuInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingEndpointSkuInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to