ManagementConfigurations class
Class representing a ManagementConfigurations.
Constructors
Management |
Create a ManagementConfigurations. |
Methods
Constructor Details
ManagementConfigurations(OperationsManagementClientContext)
Create a ManagementConfigurations.
new ManagementConfigurations(client: OperationsManagementClientContext)
Parameters
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
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
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<ManagementConfigurationsGetResponse>
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
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
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
The callback
listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)
Parameters
The callback