次の方法で共有


ManagedHsmsOperationsExtensions.GetAsync メソッド

定義

指定したマネージド HSM プールを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm> GetAsync (this Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.KeyVault.IManagedHsmsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.ManagedHsm>
<Extension()>
Public Function GetAsync (operations As IManagedHsmsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedHsm)

パラメーター

operations
IManagedHsmsOperations

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

resourceGroupName
String

マネージド HSM プールを含むリソース グループの名前。

name
String

マネージド HSM プールの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象