次の方法で共有


ManagementConfigurations interface

ManagementConfigurations を表すインターフェイス。

メソッド

createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)

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

delete(string, string, ManagementConfigurationsDeleteOptionalParams)

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

get(string, string, ManagementConfigurationsGetOptionalParams)

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

listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)

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
ManagementConfigurationsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, ManagementConfigurationsDeleteOptionalParams)

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

function delete(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

options
ManagementConfigurationsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, ManagementConfigurationsGetOptionalParams)

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

function get(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsGetOptionalParams): Promise<ManagementConfiguration>

パラメーター

resourceGroupName

string

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

managementConfigurationName

string

ユーザー管理構成名。

options
ManagementConfigurationsGetOptionalParams

options パラメーター。

戻り値

listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)

ManagementConfigurations リストを取得します。

function listBySubscription(options?: ManagementConfigurationsListBySubscriptionOptionalParams): Promise<ManagementConfigurationPropertiesList>

パラメーター

options
ManagementConfigurationsListBySubscriptionOptionalParams

options パラメーター。

戻り値