Freigeben über


ContentKeyPoliciesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren einer Inhaltsschlüsselrichtlinie

public static Microsoft.Azure.Management.Media.Models.ContentKeyPolicy CreateOrUpdate(this Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations operations, string resourceGroupName, string accountName, string contentKeyPolicyName, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> options, string description = default);
static member CreateOrUpdate : Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicy
<Extension()>
Public Function CreateOrUpdate (operations As IContentKeyPoliciesOperations, resourceGroupName As String, accountName As String, contentKeyPolicyName As String, options As IList(Of ContentKeyPolicyOption), Optional description As String = Nothing) As ContentKeyPolicy

Parameter

operations
IContentKeyPoliciesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

contentKeyPolicyName
String

Der Name der Inhaltsschlüsselrichtlinie.

options
IList<ContentKeyPolicyOption>

Die Optionen für die Schlüsselrichtlinie.

description
String

Eine Beschreibung der Richtlinie.

Gibt zurück

Hinweise

Erstellen oder Aktualisieren einer Inhaltsschlüsselrichtlinie im Media Services-Konto

Gilt für: