ManagementConfigurations class

Class representing a ManagementConfigurations.

Constructors

ManagementConfigurations(OperationsManagementClientContext)

Create a ManagementConfigurations.

Methods

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase)

Creates or updates the ManagementConfiguration.

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)
createOrUpdate(string, string, ManagementConfiguration, ServiceCallback<ManagementConfiguration>)
deleteMethod(string, string, RequestOptionsBase)

Deletes the ManagementConfiguration in the subscription.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Retrieves the user ManagementConfiguration.

get(string, string, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)
get(string, string, ServiceCallback<ManagementConfiguration>)
listBySubscription(RequestOptionsBase)

Retrieves the ManagementConfigurations list.

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)
listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)

Constructor Details

ManagementConfigurations(OperationsManagementClientContext)

Create a ManagementConfigurations.

new ManagementConfigurations(client: OperationsManagementClientContext)

Parameters

client
OperationsManagementClientContext

Reference to the service client.

Method Details

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase)

Creates or updates the ManagementConfiguration.

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

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.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ManagementConfigurationsCreateOrUpdateResponse>

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options: RequestOptionsBase, callback: ServiceCallback<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.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ManagementConfiguration>

The callback

createOrUpdate(string, string, ManagementConfiguration, ServiceCallback<ManagementConfiguration>)

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, callback: ServiceCallback<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.

callback

ServiceCallback<ManagementConfiguration>

The callback

deleteMethod(string, string, RequestOptionsBase)

Deletes the ManagementConfiguration in the subscription.

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

managementConfigurationName

string

User Management Configuration Name.

options
RequestOptionsBase

The optional parameters

Returns

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

managementConfigurationName

string

User Management Configuration Name.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<void>

The callback

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<void>)

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

managementConfigurationName

string

User Management Configuration Name.

callback

ServiceCallback<void>

The callback

get(string, string, RequestOptionsBase)

Retrieves the user ManagementConfiguration.

function get(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<ManagementConfigurationsGetResponse>

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

managementConfigurationName

string

User Management Configuration Name.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ManagementConfigurationsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)

function get(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

managementConfigurationName

string

User Management Configuration Name.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ManagementConfiguration>

The callback

get(string, string, ServiceCallback<ManagementConfiguration>)

function get(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<ManagementConfiguration>)

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

managementConfigurationName

string

User Management Configuration Name.

callback

ServiceCallback<ManagementConfiguration>

The callback

listBySubscription(RequestOptionsBase)

Retrieves the ManagementConfigurations list.

function listBySubscription(options?: RequestOptionsBase): Promise<ManagementConfigurationsListBySubscriptionResponse>

Parameters

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ManagementConfigurationsListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementConfigurationPropertiesList>)

Parameters

options
RequestOptionsBase

The optional parameters

listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)

function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)

Parameters