다음을 통해 공유


LiveEventPreview Class

Definition

Live event preview settings.

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

Constructors

LiveEventPreview()

Initializes a new instance of LiveEventPreview.

Properties

AlternativeMediaId

An alternative media identifier associated with the streaming locator created for the preview. This value is specified at creation time and cannot be updated. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.

Endpoints

The endpoints for preview. Do not share the preview URL with the live event audience.

IPAllowedIPs

The IP allow list.

PreviewLocator

The identifier of the preview locator in Guid format. Specifying this at creation time allows the caller to know the preview locator url before the event is created. If omitted, the service will generate a random identifier. This value cannot be updated once the live event is created.

StreamingPolicyName

The name of streaming policy used for the live event preview. This value is specified at creation time and cannot be updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LiveEventPreview>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LiveEventPreview>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LiveEventPreview>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LiveEventPreview>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LiveEventPreview>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to