ManagementConfigurations class
ManagementConfigurations を表すクラス。
コンストラクター
Management |
ManagementConfigurations を作成します。 |
メソッド
コンストラクターの詳細
ManagementConfigurations(OperationsManagementClientContext)
ManagementConfigurations を作成します。
new ManagementConfigurations(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
コールバック。
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
コールバック。
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<ManagementConfigurationsGetResponse>
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
コールバック。
get(string, string, ServiceCallback<ManagementConfiguration>)
function get(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<ManagementConfiguration>)
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- managementConfigurationName
-
string
ユーザー管理構成名。
- callback
コールバック。
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
省略可能なパラメーター
コールバック。
listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)
パラメーター
コールバック。