次の方法で共有


WorkspacesOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
IWorkspacesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

parameters
Workspace

ワークスペースの作成または更新に必要なパラメーター。

戻り値

適用対象