Freigeben über


AssetsOperationsExtensions.GetEncryptionKeyAsync Methode

Definition

Ruft den Ressourcenspeicherschlüssel ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.StorageEncryptedAssetDecryptionData> GetEncryptionKeyAsync (this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, string assetName, System.Threading.CancellationToken cancellationToken = default);
static member GetEncryptionKeyAsync : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.StorageEncryptedAssetDecryptionData>
<Extension()>
Public Function GetEncryptionKeyAsync (operations As IAssetsOperations, resourceGroupName As String, accountName As String, assetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StorageEncryptedAssetDecryptionData)

Parameter

operations
IAssetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

assetName
String

Der Name des Medienobjekts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft die Verschlüsselungsschlüssel für den Medienspeicher ab, die zum Entschlüsseln von Inhalten verwendet werden, die mit Version 2 der Media Services-API erstellt wurden.

Gilt für: