Delen via


WorkspacesOperationsExtensions.Update Methode

Definitie

Updates eigenschappen van een werkruimte.

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

Retouren

Van toepassing op