FileServersOperationsExtensions.GetAsync メソッド

定義

ファイル サーバーに関する情報を取得します。

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

パラメーター

operations
IFileServersOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

workspaceName
String

ワークスペースの名前。 ワークスペース名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前の長さは 1 から 64 文字にする必要があります。

fileServerName
String

指定したリソース グループ内のファイル サーバーの名前。 ファイル サーバー名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前の長さは 1 から 64 文字にする必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象