StreamingPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET