ContentKeyPoliciesOperationsExtensions.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créer ou mettre à jour une stratégie de clé de contenu
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
Paramètres
- operations
- IContentKeyPoliciesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement Azure.
- accountName
- String
Nom du compte Media Services.
- contentKeyPolicyName
- String
Nom de la stratégie de clé de contenu.
- options
- IList<ContentKeyPolicyOption>
Options de la stratégie de clé.
- description
- String
Description de la stratégie.
Retours
Remarques
Créer ou mettre à jour une stratégie de clé de contenu dans le compte Media Services
S’applique à
Azure SDK for .NET