ManagementConfigurations interface
ManagementConfigurations を表すインターフェイス。
メソッド
create |
ManagementConfiguration を作成または更新します。 |
delete(string, string, Management |
サブスクリプションの ManagementConfiguration を削除します。 |
get(string, string, Management |
ユーザー ManagementConfiguration を取得します。 |
list |
ManagementConfigurations リストを取得します。 |
メソッドの詳細
createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)
ManagementConfiguration を作成または更新します。
function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options?: ManagementConfigurationsCreateOrUpdateOptionalParams): Promise<ManagementConfiguration>
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- managementConfigurationName
-
string
ユーザー管理構成名。
- parameters
- ManagementConfiguration
OMS ソリューションの作成に必要なパラメーター。
options パラメーター。
戻り値
Promise<ManagementConfiguration>
delete(string, string, ManagementConfigurationsDeleteOptionalParams)
サブスクリプションの ManagementConfiguration を削除します。
function delete(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- managementConfigurationName
-
string
ユーザー管理構成名。
options パラメーター。
戻り値
Promise<void>
get(string, string, ManagementConfigurationsGetOptionalParams)
ユーザー ManagementConfiguration を取得します。
function get(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsGetOptionalParams): Promise<ManagementConfiguration>
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- managementConfigurationName
-
string
ユーザー管理構成名。
options パラメーター。
戻り値
Promise<ManagementConfiguration>
listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)
ManagementConfigurations リストを取得します。
function listBySubscription(options?: ManagementConfigurationsListBySubscriptionOptionalParams): Promise<ManagementConfigurationPropertiesList>
パラメーター
options パラメーター。
戻り値
Azure SDK for JavaScript