ContainersOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前でコンテナーを取得します。
public static Microsoft.Azure.Management.DataBoxEdge.Models.Container Get (this Microsoft.Azure.Management.DataBoxEdge.IContainersOperations operations, string deviceName, string storageAccountName, string containerName, string resourceGroupName);
static member Get : Microsoft.Azure.Management.DataBoxEdge.IContainersOperations * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Container
<Extension()>
Public Function Get (operations As IContainersOperations, deviceName As String, storageAccountName As String, containerName As String, resourceGroupName As String) As Container
パラメーター
- operations
- IContainersOperations
この拡張メソッドの操作グループ。
- deviceName
- String
デバイス名。
- storageAccountName
- String
ストレージ アカウント名
- containerName
- String
コンテナー名
- resourceGroupName
- String
リソース グループ名。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET