Share via


StreamingPolicy Constructors

Definition

Overloads

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.

StreamingPolicy()

Initializes a new instance of the StreamingPolicy class.

public StreamingPolicy ();
Public Sub New ()

Applies to

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

Initializes a new instance of the StreamingPolicy class.

public StreamingPolicy (string id = default, string name = default, string type = default, DateTime created = default, string defaultContentKeyPolicyName = default, Microsoft.Azure.Management.Media.Models.EnvelopeEncryption envelopeEncryption = default, Microsoft.Azure.Management.Media.Models.CommonEncryptionCenc commonEncryptionCenc = default, Microsoft.Azure.Management.Media.Models.CommonEncryptionCbcs commonEncryptionCbcs = default, Microsoft.Azure.Management.Media.Models.NoEncryption noEncryption = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.StreamingPolicy : string * string * string * DateTime * string * Microsoft.Azure.Management.Media.Models.EnvelopeEncryption * Microsoft.Azure.Management.Media.Models.CommonEncryptionCenc * Microsoft.Azure.Management.Media.Models.CommonEncryptionCbcs * Microsoft.Azure.Management.Media.Models.NoEncryption * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.StreamingPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional created As DateTime = Nothing, Optional defaultContentKeyPolicyName As String = Nothing, Optional envelopeEncryption As EnvelopeEncryption = Nothing, Optional commonEncryptionCenc As CommonEncryptionCenc = Nothing, Optional commonEncryptionCbcs As CommonEncryptionCbcs = Nothing, Optional noEncryption As NoEncryption = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

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

name
String

The name of the resource

type
String

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

created
DateTime

Creation time of Streaming Policy

defaultContentKeyPolicyName
String

Default ContentKey used by current Streaming Policy

envelopeEncryption
EnvelopeEncryption

Configuration of EnvelopeEncryption

commonEncryptionCenc
CommonEncryptionCenc

Configuration of CommonEncryptionCenc

commonEncryptionCbcs
CommonEncryptionCbcs

Configuration of CommonEncryptionCbcs

noEncryption
NoEncryption

Configurations of NoEncryption

systemData
SystemData

The system metadata relating to this resource.

Applies to