StreamingPolicy Class

Definition

A Streaming Policy resource

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

Constructors

StreamingPolicy()

Initializes a new instance of the StreamingPolicy class.

StreamingPolicy(String, String, String, DateTime, String, EnvelopeEncryption, CommonEncryptionCenc, CommonEncryptionCbcs, NoEncryption, SystemData)

Initializes a new instance of the StreamingPolicy class.

Properties

CommonEncryptionCbcs

Gets or sets configuration of CommonEncryptionCbcs

CommonEncryptionCenc

Gets or sets configuration of CommonEncryptionCenc

Created

Gets creation time of Streaming Policy

DefaultContentKeyPolicyName

Gets or sets default ContentKey used by current Streaming Policy

EnvelopeEncryption

Gets or sets configuration of EnvelopeEncryption

Id

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

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
NoEncryption

Gets or sets configurations of NoEncryption

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