共用方式為


WorkspaceUpdateParameters 建構函式

定義

多載

WorkspaceUpdateParameters()

初始化 WorkspaceUpdateParameters 類別的新實例。

WorkspaceUpdateParameters(IDictionary<String,String>)

初始化 WorkspaceUpdateParameters 類別的新實例。

WorkspaceUpdateParameters()

初始化 WorkspaceUpdateParameters 類別的新實例。

public WorkspaceUpdateParameters ();
Public Sub New ()

適用於

WorkspaceUpdateParameters(IDictionary<String,String>)

初始化 WorkspaceUpdateParameters 類別的新實例。

public WorkspaceUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.BatchAI.Models.WorkspaceUpdateParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.BatchAI.Models.WorkspaceUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

參數

tags
IDictionary<String,String>

標籤。

適用於