Delen via


WorkspacesOperationsExtensions.GetAsync Methode

Definitie

Hiermee haalt u informatie op over een werkruimte.

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

Parameters

operations
IWorkspacesOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van de resourcegroep waartoe de resource behoort.

workspaceName
String

De naam van de werkruimte. Werkruimtenamen mogen alleen een combinatie van alfanumerieke tekens bevatten, samen met een streepje (-) en een onderstrepingsteken (_). De naam moet tussen 1 en 64 tekens lang zijn.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op