次の方法で共有


DataBoxEdgeDeviceResource.GetDataBoxEdgeStorageAccountAsync メソッド

定義

StorageAccount を名前で取得します。

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

パラメーター

storageAccountName
String

ストレージ アカウント名。

cancellationToken
CancellationToken

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

戻り値

例外

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

storageAccountName が null です。

適用対象