次の方法で共有


Solutions class

ソリューションを表すクラス。

コンストラクター

Solutions(OperationsManagementClientContext)

ソリューションを作成します。

メソッド

beginCreateOrUpdate(string, string, Solution, RequestOptionsBase)

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

beginDeleteMethod(string, string, RequestOptionsBase)

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

beginUpdate(string, string, SolutionPatch, RequestOptionsBase)

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

createOrUpdate(string, string, Solution, RequestOptionsBase)

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

deleteMethod(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<Solution>)
get(string, string, ServiceCallback<Solution>)
listByResourceGroup(string, RequestOptionsBase)

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

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)
listByResourceGroup(string, ServiceCallback<SolutionPropertiesList>)
listBySubscription(RequestOptionsBase)

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

listBySubscription(RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)
listBySubscription(ServiceCallback<SolutionPropertiesList>)
update(string, string, SolutionPatch, RequestOptionsBase)

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

コンストラクターの詳細

Solutions(OperationsManagementClientContext)

ソリューションを作成します。

new Solutions(client: OperationsManagementClientContext)

パラメーター

client
OperationsManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

beginCreateOrUpdate(string, string, Solution, RequestOptionsBase)

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

function beginCreateOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

resourceGroupName

string

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

solutionName

string

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

parameters
Solution

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

beginDeleteMethod(string, string, RequestOptionsBase)

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

function beginDeleteMethod(resourceGroupName: string, solutionName: string, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

resourceGroupName

string

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

solutionName

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

beginUpdate(string, string, SolutionPatch, RequestOptionsBase)

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

function beginUpdate(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

resourceGroupName

string

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

solutionName

string

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

parameters
SolutionPatch

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

createOrUpdate(string, string, Solution, RequestOptionsBase)

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

function createOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: RequestOptionsBase): Promise<SolutionsCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

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

solutionName

string

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

parameters
Solution

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SolutionsCreateOrUpdateResponse>

deleteMethod(string, string, RequestOptionsBase)

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

function deleteMethod(resourceGroupName: string, solutionName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

solutionName

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse応答>

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, solutionName: string, options?: RequestOptionsBase): Promise<SolutionsGetResponse>

パラメーター

resourceGroupName

string

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

solutionName

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SolutionsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<Solution>)

function get(resourceGroupName: string, solutionName: string, options: RequestOptionsBase, callback: ServiceCallback<Solution>)

パラメーター

resourceGroupName

string

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

solutionName

string

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Solution>

コールバック

get(string, string, ServiceCallback<Solution>)

function get(resourceGroupName: string, solutionName: string, callback: ServiceCallback<Solution>)

パラメーター

resourceGroupName

string

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

solutionName

string

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

callback

ServiceCallback<Solution>

コールバック

listByResourceGroup(string, RequestOptionsBase)

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

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<SolutionsListByResourceGroupResponse>

パラメーター

resourceGroupName

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SolutionsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<SolutionPropertiesList>)

パラメーター

resourceGroupName

string

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SolutionPropertiesList>

コールバック

listByResourceGroup(string, ServiceCallback<SolutionPropertiesList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<SolutionPropertiesList>)

パラメーター

resourceGroupName

string

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

callback

ServiceCallback<SolutionPropertiesList>

コールバック

listBySubscription(RequestOptionsBase)

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

function listBySubscription(options?: RequestOptionsBase): Promise<SolutionsListBySubscriptionResponse>

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SolutionsListBySubscriptionResponseです>

listBySubscription(RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<SolutionPropertiesList>)

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SolutionPropertiesList>

コールバック

listBySubscription(ServiceCallback<SolutionPropertiesList>)

function listBySubscription(callback: ServiceCallback<SolutionPropertiesList>)

パラメーター

callback

ServiceCallback<SolutionPropertiesList>

コールバック

update(string, string, SolutionPatch, RequestOptionsBase)

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

function update(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: RequestOptionsBase): Promise<SolutionsUpdateResponse>

パラメーター

resourceGroupName

string

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

solutionName

string

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

parameters
SolutionPatch

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SolutionsUpdateResponse>