Delen via


StreamingPath Class

Definition

Class of paths for streaming.

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

Properties

EncryptionScheme

Encryption scheme.

Paths

Streaming paths for each protocol and encryptionScheme pair.

StreamingProtocol

Streaming protocol.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingPath>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingPath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingPath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingPath>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingPath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to