Udostępnij za pośrednictwem


FileServersOperationsExtensions.GetAsync Metoda

Definicja

Pobiera informacje o serwerze plików.

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)

Parametry

operations
IFileServersOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

workspaceName
String

Nazwa obszaru roboczego. Nazwy obszarów roboczych mogą zawierać tylko kombinację znaków alfanumerycznych wraz z kreską (-) i podkreśleniami (_). Nazwa musi mieć długość od 1 do 64 znaków.

fileServerName
String

Nazwa serwera plików w określonej grupie zasobów. Nazwy serwerów plików mogą zawierać tylko kombinację znaków alfanumerycznych wraz z kreską (-) i podkreśleniami (_). Nazwa musi mieć długość od 1 do 64 znaków.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy