次の方法で共有


DataBoxEdgeDeviceResource.GetDataBoxEdgeStorageAccountCredentialAsync メソッド

定義

指定したストレージ アカウント資格情報のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • 操作IdStorageAccountCredentials_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialResource>> GetDataBoxEdgeStorageAccountCredentialAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataBoxEdgeStorageAccountCredentialAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialResource>>
override this.GetDataBoxEdgeStorageAccountCredentialAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialResource>>
Public Overridable Function GetDataBoxEdgeStorageAccountCredentialAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataBoxEdgeStorageAccountCredentialResource))

パラメーター

name
String

ストレージ アカウントの資格情報名。

cancellationToken
CancellationToken

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

戻り値

例外

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

name が null です。

適用対象