WorkspacesOperationsExtensions.Update メソッド

定義

ワークスペースのプロパティを更新します。

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

パラメーター

operations
IWorkspacesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

workspaceName
String

ワークスペースの名前。 ワークスペース名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前は 1 から 64 文字の長さにする必要があります。

tags
IDictionary<String,String>

タグ。 ワークスペースに関連付けられているユーザー指定のタグ。

戻り値

適用対象