Delen via


WorkspacesOperationsExtensions.UpdateAsync Methode

Definitie

Updates eigenschappen van een werkruimte.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Workspace> UpdateAsync (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string resourceGroupName, string workspaceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Workspace>
<Extension()>
Public Function UpdateAsync (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String, Optional tags As IDictionary(Of String, String) = Nothing, 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.

tags
IDictionary<String,String>

Tags. De gebruiker heeft tags opgegeven die zijn gekoppeld aan de werkruimte.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op