WorkspacesOperationsExtensions.CreateOrUpdate メソッド

定義

ワークスペースを作成または更新する

public static Microsoft.Azure.Management.Synapse.Models.Workspace CreateOrUpdate (this Microsoft.Azure.Management.Synapse.IWorkspacesOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.Synapse.Models.Workspace workspaceInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.Synapse.IWorkspacesOperations * string * string * Microsoft.Azure.Management.Synapse.Models.Workspace -> Microsoft.Azure.Management.Synapse.Models.Workspace
<Extension()>
Public Function CreateOrUpdate (operations As IWorkspacesOperations, resourceGroupName As String, workspaceName As String, workspaceInfo As Workspace) As Workspace

パラメーター

operations
IWorkspacesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

workspaceInfo
Workspace

ワークスペースの要求プロパティの作成または更新

戻り値

適用対象