Sdílet prostřednictvím


IWorkspacesOperations.UpdateWithHttpMessagesAsync Metoda

Definice

Aktualizace vlastnosti pracovního prostoru.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.BatchAI.Models.Workspace>> UpdateWithHttpMessagesAsync (string resourceGroupName, string workspaceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.BatchAI.Models.Workspace>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, workspaceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Workspace))

Parametry

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

workspaceName
String

Název pracovního prostoru. Názvy pracovních prostorů můžou obsahovat pouze kombinaci alfanumerických znaků spolu s pomlčkou (-) a podtržítkem (_). Název musí mít délku 1 až 64 znaků.

tags
IDictionary<String,String>

Značky Uživatel zadal značky přidružené k pracovnímu prostoru.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když nejde deserializovat odpověď.

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro