次の方法で共有


Solutions interface

ソリューションを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, Solution, SolutionsCreateOrUpdateOptionalParams)

ソリューションを作成または更新します。

beginCreateOrUpdateAndWait(string, string, Solution, SolutionsCreateOrUpdateOptionalParams)

ソリューションを作成または更新します。

beginDelete(string, string, SolutionsDeleteOptionalParams)

サブスクリプション内のソリューションを削除します。

beginDeleteAndWait(string, string, SolutionsDeleteOptionalParams)

サブスクリプション内のソリューションを削除します。

beginUpdate(string, string, SolutionPatch, SolutionsUpdateOptionalParams)

ソリューションにパッチを適用します。 タグの更新のみがサポートされています。

beginUpdateAndWait(string, string, SolutionPatch, SolutionsUpdateOptionalParams)

ソリューションにパッチを適用します。 タグの更新のみがサポートされています。

get(string, string, SolutionsGetOptionalParams)

ユーザー ソリューションを取得します。

listByResourceGroup(string, SolutionsListByResourceGroupOptionalParams)

ソリューションの一覧を取得します。 ファースト パーティとサード パーティの両方のソリューションを取得します

listBySubscription(SolutionsListBySubscriptionOptionalParams)

ソリューションの一覧を取得します。 ファースト パーティとサード パーティの両方のソリューションを取得します

メソッドの詳細

beginCreateOrUpdate(string, string, Solution, SolutionsCreateOrUpdateOptionalParams)

ソリューションを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: SolutionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Solution>, Solution>>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

parameters
Solution

OMS ソリューションの作成に必要なパラメーター。

options
SolutionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Solution>, Solution>>

beginCreateOrUpdateAndWait(string, string, Solution, SolutionsCreateOrUpdateOptionalParams)

ソリューションを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, solutionName: string, parameters: Solution, options?: SolutionsCreateOrUpdateOptionalParams): Promise<Solution>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

parameters
Solution

OMS ソリューションの作成に必要なパラメーター。

options
SolutionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Solution>

beginDelete(string, string, SolutionsDeleteOptionalParams)

サブスクリプション内のソリューションを削除します。

function beginDelete(resourceGroupName: string, solutionName: string, options?: SolutionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

options
SolutionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, SolutionsDeleteOptionalParams)

サブスクリプション内のソリューションを削除します。

function beginDeleteAndWait(resourceGroupName: string, solutionName: string, options?: SolutionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

options
SolutionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, SolutionPatch, SolutionsUpdateOptionalParams)

ソリューションにパッチを適用します。 タグの更新のみがサポートされています。

function beginUpdate(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: SolutionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<Solution>, Solution>>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

parameters
SolutionPatch

ソリューションにパッチを適用するために必要なパラメーター。

options
SolutionsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Solution>, Solution>>

beginUpdateAndWait(string, string, SolutionPatch, SolutionsUpdateOptionalParams)

ソリューションにパッチを適用します。 タグの更新のみがサポートされています。

function beginUpdateAndWait(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: SolutionsUpdateOptionalParams): Promise<Solution>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

parameters
SolutionPatch

ソリューションにパッチを適用するために必要なパラメーター。

options
SolutionsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Solution>

get(string, string, SolutionsGetOptionalParams)

ユーザー ソリューションを取得します。

function get(resourceGroupName: string, solutionName: string, options?: SolutionsGetOptionalParams): Promise<Solution>

パラメーター

resourceGroupName

string

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

solutionName

string

ユーザー ソリューション名。

options
SolutionsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Solution>

listByResourceGroup(string, SolutionsListByResourceGroupOptionalParams)

ソリューションの一覧を取得します。 ファースト パーティとサード パーティの両方のソリューションを取得します

function listByResourceGroup(resourceGroupName: string, options?: SolutionsListByResourceGroupOptionalParams): Promise<SolutionPropertiesList>

パラメーター

resourceGroupName

string

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

options
SolutionsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(SolutionsListBySubscriptionOptionalParams)

ソリューションの一覧を取得します。 ファースト パーティとサード パーティの両方のソリューションを取得します

function listBySubscription(options?: SolutionsListBySubscriptionOptionalParams): Promise<SolutionPropertiesList>

パラメーター

options
SolutionsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値