StreamingPolicy Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
StreamingPolicy() |
Initialisiert eine neue instance der StreamingPolicy-Klasse. |
StreamingPolicy(String, String, String, DateTime, String, EnvelopeEncryption, CommonEncryptionCenc, CommonEncryptionCbcs, NoEncryption, SystemData) |
Initialisiert eine neue instance der StreamingPolicy-Klasse. |
StreamingPolicy()
Initialisiert eine neue instance der StreamingPolicy-Klasse.
public StreamingPolicy();
Public Sub New ()
Gilt für:
StreamingPolicy(String, String, String, DateTime, String, EnvelopeEncryption, CommonEncryptionCenc, CommonEncryptionCbcs, NoEncryption, SystemData)
Initialisiert eine neue instance der StreamingPolicy-Klasse.
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)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- created
- DateTime
Zeitpunkt der Erstellung der Streamingrichtlinie
- defaultContentKeyPolicyName
- String
Standardmäßiger ContentKey, der von der aktuellen Streamingrichtlinie verwendet wird.
- envelopeEncryption
- EnvelopeEncryption
Konfiguration von EnvelopeEncryption
- commonEncryptionCenc
- CommonEncryptionCenc
Konfiguration von CommonEncryptionCenc
- commonEncryptionCbcs
- CommonEncryptionCbcs
Konfiguration von CommonEncryptionCbcs
- noEncryption
- NoEncryption
Konfiguration von NoEncryption
- systemData
- SystemData
Die Systemmetadaten, die sich auf diese Ressource beziehen.
Gilt für:
Azure SDK for .NET