LiveOutput Class

Definition

The Live Output.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LiveOutput : Microsoft.Azure.Management.Media.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LiveOutput = class
    inherit ProxyResource
Public Class LiveOutput
Inherits ProxyResource
Inheritance
Attributes

Constructors

LiveOutput()

Initializes a new instance of the LiveOutput class.

LiveOutput(String, TimeSpan, String, String, String, String, String, Hls, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<LiveOutputResourceState>, SystemData)

Initializes a new instance of the LiveOutput class.

Properties

ArchiveWindowLength

Gets or sets ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.

AssetName

Gets or sets the asset that the live output will write to.

Created

Gets the creation time the live output.

Description

Gets or sets the description of the live output.

Hls

Gets or sets HTTP Live Streaming (HLS) packing setting for the live output.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
LastModified

Gets the time the live output was last modified.

ManifestName

Gets or sets the manifest file name. If not provided, the service will generate one automatically.

Name

Gets the name of the resource

(Inherited from Resource)
OutputSnapTime

Gets or sets the initial timestamp that the live output will start at, any content before this value will not be archived.

ProvisioningState

Gets the provisioning state of the live output.

ResourceState

Gets the resource state of the live output. Possible values include: 'Creating', 'Running', 'Deleting'

SystemData

Gets the system metadata relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to