ManagementConfigurations interface
Interface representing a ManagementConfigurations.
Methods
create |
Creates or updates the ManagementConfiguration. |
delete(string, string, Management |
Deletes the ManagementConfiguration in the subscription. |
get(string, string, Management |
Retrieves the user ManagementConfiguration. |
list |
Retrieves the ManagementConfigurations list. |
Method Details
createOrUpdate(string, string, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams)
Creates or updates the ManagementConfiguration.
function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options?: ManagementConfigurationsCreateOrUpdateOptionalParams): Promise<ManagementConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group to get. The name is case insensitive.
- managementConfigurationName
-
string
User Management Configuration Name.
- parameters
- ManagementConfiguration
The parameters required to create OMS Solution.
The options parameters.
Returns
Promise<ManagementConfiguration>
delete(string, string, ManagementConfigurationsDeleteOptionalParams)
Deletes the ManagementConfiguration in the subscription.
function delete(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group to get. The name is case insensitive.
- managementConfigurationName
-
string
User Management Configuration Name.
The options parameters.
Returns
Promise<void>
get(string, string, ManagementConfigurationsGetOptionalParams)
Retrieves the user ManagementConfiguration.
function get(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsGetOptionalParams): Promise<ManagementConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group to get. The name is case insensitive.
- managementConfigurationName
-
string
User Management Configuration Name.
The options parameters.
Returns
Promise<ManagementConfiguration>
listBySubscription(ManagementConfigurationsListBySubscriptionOptionalParams)
Retrieves the ManagementConfigurations list.
function listBySubscription(options?: ManagementConfigurationsListBySubscriptionOptionalParams): Promise<ManagementConfigurationPropertiesList>
Parameters
The options parameters.
Returns
Azure SDK for JavaScript