ArmMediaModelFactory.StreamingPolicyData Methode
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.
Initialisiert eine neue instance von StreamingPolicyData.
public static Azure.ResourceManager.Media.StreamingPolicyData StreamingPolicyData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? createdOn = default, string defaultContentKeyPolicyName = default, Azure.ResourceManager.Media.Models.EnvelopeEncryption envelopeEncryption = default, Azure.ResourceManager.Media.Models.CommonEncryptionCenc commonEncryptionCenc = default, Azure.ResourceManager.Media.Models.CommonEncryptionCbcs commonEncryptionCbcs = default, Azure.ResourceManager.Media.Models.MediaEnabledProtocols noEncryptionEnabledProtocols = default);
static member StreamingPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * string * Azure.ResourceManager.Media.Models.EnvelopeEncryption * Azure.ResourceManager.Media.Models.CommonEncryptionCenc * Azure.ResourceManager.Media.Models.CommonEncryptionCbcs * Azure.ResourceManager.Media.Models.MediaEnabledProtocols -> Azure.ResourceManager.Media.StreamingPolicyData
Public Shared Function StreamingPolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional defaultContentKeyPolicyName As String = Nothing, Optional envelopeEncryption As EnvelopeEncryption = Nothing, Optional commonEncryptionCenc As CommonEncryptionCenc = Nothing, Optional commonEncryptionCbcs As CommonEncryptionCbcs = Nothing, Optional noEncryptionEnabledProtocols As MediaEnabledProtocols = Nothing) As StreamingPolicyData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- createdOn
- Nullable<DateTimeOffset>
Erstellungszeit der Streamingrichtlinie.
- defaultContentKeyPolicyName
- String
Von der aktuellen Streamingrichtlinie verwendete Standardinhaltsschlüssel.
- envelopeEncryption
- EnvelopeEncryption
Konfiguration von EnvelopeEncryption.
- commonEncryptionCenc
- CommonEncryptionCenc
Konfiguration von CommonEncryptionCenc.
- commonEncryptionCbcs
- CommonEncryptionCbcs
Konfiguration von CommonEncryptionCbcs.
- noEncryptionEnabledProtocols
- MediaEnabledProtocols
Konfigurationen von NoEncryption.
Gibt zurück
Eine neue StreamingPolicyData instance zum Mocking.