Delen via


ManagementConfigurations interface

Interface die een ManagementConfigurations vertegenwoordigt.

Methoden

createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u de ManagementConfiguration bij.

delete(string, string, ManagementConfigurationsDeleteOptionalParams)

Hiermee verwijdert u de ManagementConfiguration in het abonnement.

get(string, string, ManagementConfigurationsGetOptionalParams)

Haalt de user ManagementConfiguration op.

listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)

Haalt de lijst ManagementConfigurations op.

Methodedetails

createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u de ManagementConfiguration bij.

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 hoofdletterongevoelig.

managementConfigurationName

string

Configuratienaam van gebruikersbeheer.

parameters
ManagementConfiguration

De parameters die nodig zijn 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 hoofdletterongevoelig.

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 hoofdletterongevoelig.

managementConfigurationName

string

Configuratienaam van gebruikersbeheer.

options
ManagementConfigurationsGetOptionalParams

De optiesparameters.

Retouren

listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)

Haalt de lijst ManagementConfigurations op.

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

Parameters

Retouren