次の方法で共有


DeletedManagedHsmCollection.Get メソッド

定義

指定した削除されたマネージド HSM を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • 操作IdManagedHsms_GetDeleted
public virtual Azure.Response<Azure.ResourceManager.KeyVault.DeletedManagedHsmResource> Get (Azure.Core.AzureLocation location, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.KeyVault.DeletedManagedHsmResource>
override this.Get : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.KeyVault.DeletedManagedHsmResource>
Public Overridable Function Get (location As AzureLocation, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedManagedHsmResource)

パラメーター

location
AzureLocation

削除されたマネージド HSM の場所。

name
String

削除されたマネージド HSM の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

name は空の文字列であり、空でないと想定されていました。

name が null です。

適用対象