次の方法で共有


ManagementConfigurations class

ManagementConfigurations を表すクラス。

コンストラクター

ManagementConfigurations(OperationsManagementClientContext)

ManagementConfigurations を作成します。

メソッド

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase)

ManagementConfiguration を作成または更新します。

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)
createOrUpdate(string, string, ManagementConfiguration, ServiceCallback<ManagementConfiguration>)
deleteMethod(string, string, RequestOptionsBase)

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

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

ユーザー ManagementConfiguration を取得します。

get(string, string, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)
get(string, string, ServiceCallback<ManagementConfiguration>)
listBySubscription(RequestOptionsBase)

ManagementConfigurations リストを取得します。

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)
listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)

コンストラクターの詳細

ManagementConfigurations(OperationsManagementClientContext)

ManagementConfigurations を作成します。

new ManagementConfigurations(client: OperationsManagementClientContext)

パラメーター

client
OperationsManagementClientContext

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

メソッドの詳細

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase)

ManagementConfiguration を作成または更新します。

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options?: RequestOptionsBase): Promise<ManagementConfigurationsCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

parameters
ManagementConfiguration

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ManagementConfigurationsCreateOrUpdateResponse>

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

parameters
ManagementConfiguration

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ManagementConfiguration>

コールバック。

createOrUpdate(string, string, ManagementConfiguration, ServiceCallback<ManagementConfiguration>)

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, callback: ServiceCallback<ManagementConfiguration>)

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

parameters
ManagementConfiguration

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

callback

ServiceCallback<ManagementConfiguration>

コールバック。

deleteMethod(string, string, RequestOptionsBase)

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

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

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

callback

ServiceCallback<void>

コールバック。

get(string, string, RequestOptionsBase)

ユーザー ManagementConfiguration を取得します。

function get(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<ManagementConfigurationsGetResponse>

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ManagementConfigurationsGetResponse>

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

function get(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ManagementConfiguration>

コールバック。

get(string, string, ServiceCallback<ManagementConfiguration>)

function get(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<ManagementConfiguration>)

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

callback

ServiceCallback<ManagementConfiguration>

コールバック。

listBySubscription(RequestOptionsBase)

ManagementConfigurations リストを取得します。

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

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ManagementConfigurationsListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)

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

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ManagementConfigurationPropertiesList>

コールバック。

listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)

function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)

パラメーター

callback

ServiceCallback<ManagementConfigurationPropertiesList>

コールバック。