StreamingEndpointSkuInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The StreamingEndpointSkuInfo.
public class StreamingEndpointSkuInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.StreamingEndpointSkuInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.StreamingEndpointSkuInfo>
type StreamingEndpointSkuInfo = class
interface IJsonModel<StreamingEndpointSkuInfo>
interface IPersistableModel<StreamingEndpointSkuInfo>
Public Class StreamingEndpointSkuInfo
Implements IJsonModel(Of StreamingEndpointSkuInfo), IPersistableModel(Of StreamingEndpointSkuInfo)
- Inheritance
-
System.ObjectStreamingEndpointSkuInfo
- Implements
-
System.ClientModel.Primitives.IJsonModel<StreamingEndpointSkuInfo> System.ClientModel.Primitives.IPersistableModel<StreamingEndpointSkuInfo> System.ClientModel.Primitives.IPersistableModel<T>
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 System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<StreamingEndpointSkuInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.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 System.BinaryData. |