Delen via


ManagementConfigurations interface

Interface die een ManagementConfigurations vertegenwoordigt.

Methoden

createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)

Hiermee wordt de ManagementConfiguration gemaakt of bijgewerkt.

delete(string, string, ManagementConfigurationsDeleteOptionalParams)

Hiermee verwijdert u de ManagementConfiguration in het abonnement.

get(string, string, ManagementConfigurationsGetOptionalParams)

Haalt de user ManagementConfiguration op.

listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)

Hiermee haalt u de lijst ManagementConfigurations op.

Methodedetails

createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)

Hiermee wordt de ManagementConfiguration gemaakt of bijgewerkt.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep die u wilt ophalen. De naam is niet hoofdlettergevoelig.

managementConfigurationName

string

Configuratienaam van gebruikersbeheer.

parameters
ManagementConfiguration

De parameters die zijn vereist voor het maken van de OMS-oplossing.

Retouren

delete(string, string, ManagementConfigurationsDeleteOptionalParams)

Hiermee verwijdert u de ManagementConfiguration in het abonnement.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep die u wilt ophalen. De naam is niet hoofdlettergevoelig.

managementConfigurationName

string

Configuratienaam van gebruikersbeheer.

options
ManagementConfigurationsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, ManagementConfigurationsGetOptionalParams)

Haalt de user ManagementConfiguration op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep die u wilt ophalen. De naam is niet hoofdlettergevoelig.

managementConfigurationName

string

Configuratienaam van gebruikersbeheer.

options
ManagementConfigurationsGetOptionalParams

De optiesparameters.

Retouren

listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)

Hiermee haalt u de lijst ManagementConfigurations op.

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

Parameters

Retouren