次の方法で共有


AssetsOperationsExtensions.GetEncryptionKeyAsync メソッド

定義

資産ストレージ キーを取得します

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)

パラメーター

operations
IAssetsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

assetName
String

資産名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Media Services API のバージョン 2 によって作成されたコンテンツの暗号化を解除するために使用される資産ストレージ暗号化キーを取得します

適用対象