ContentKeyPolicy 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
ContentKeyPolicy() |
Initialisiert eine neue instance der ContentKeyPolicy-Klasse. |
ContentKeyPolicy(IList<ContentKeyPolicyOption>, String, String, String, Guid, DateTime, DateTime, String, SystemData) |
Initialisiert eine neue instance der ContentKeyPolicy-Klasse. |
ContentKeyPolicy()
Initialisiert eine neue instance der ContentKeyPolicy-Klasse.
public ContentKeyPolicy();
Public Sub New ()
Gilt für:
ContentKeyPolicy(IList<ContentKeyPolicyOption>, String, String, String, Guid, DateTime, DateTime, String, SystemData)
Initialisiert eine neue instance der ContentKeyPolicy-Klasse.
public ContentKeyPolicy(System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> options, string id = default, string name = default, string type = default, Guid policyId = default, DateTime created = default, DateTime lastModified = default, string description = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> * string * string * string * Guid * DateTime * DateTime * string * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicy
Public Sub New (options As IList(Of ContentKeyPolicyOption), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional policyId As Guid = Nothing, Optional created As DateTime = Nothing, Optional lastModified As DateTime = Nothing, Optional description As String = Nothing, Optional systemData As SystemData = Nothing)
Parameter
- options
- IList<ContentKeyPolicyOption>
Die Optionen für die Schlüsselrichtlinie.
- 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"
- policyId
- Guid
Die ID der Legacyrichtlinie.
- created
- DateTime
Das Erstellungsdatum der Richtlinie.
- lastModified
- DateTime
Das Datum der letzten Änderung der Richtlinie.
- description
- String
Eine Beschreibung der Richtlinie.
- systemData
- SystemData
Die Systemmetadaten, die sich auf diese Ressource beziehen.
Gilt für:
Azure SDK for .NET