ManagementConfigurationsClient Interface

public interface ManagementConfigurationsClient

An instance of this class provides access to all the operations defined in ManagementConfigurationsClient.

Method Summary

Modifier and Type Method and Description
abstract ManagementConfigurationInner createOrUpdate(String resourceGroupName, String managementConfigurationName, ManagementConfigurationInner parameters)

Create/Update ManagementConfiguration.

abstract Response<ManagementConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String managementConfigurationName, ManagementConfigurationInner parameters, Context context)

Create/Update ManagementConfiguration.

abstract void delete(String resourceGroupName, String managementConfigurationName)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

abstract ManagementConfigurationInner getByResourceGroup(String resourceGroupName, String managementConfigurationName)

Retrieve ManagementConfiguration.

abstract Response<ManagementConfigurationInner> getByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Retrieve ManagementConfiguration.

abstract ManagementConfigurationPropertiesListInner listBySubscription()

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

abstract Response<ManagementConfigurationPropertiesListInner> listBySubscriptionWithResponse(Context context)

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

Method Details

createOrUpdate

public abstract ManagementConfigurationInner createOrUpdate(String resourceGroupName, String managementConfigurationName, ManagementConfigurationInner parameters)

Create/Update ManagementConfiguration. Creates or updates the ManagementConfiguration.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.
parameters - The parameters required to create OMS Solution.

Returns:

the container for solution.

createOrUpdateWithResponse

public abstract Response<ManagementConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String managementConfigurationName, ManagementConfigurationInner parameters, Context context)

Create/Update ManagementConfiguration. Creates or updates the ManagementConfiguration.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.
parameters - The parameters required to create OMS Solution.
context - The context to associate with this operation.

Returns:

the container for solution along with Response<T>.

delete

public abstract void delete(String resourceGroupName, String managementConfigurationName)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.
context - The context to associate with this operation.

Returns:

getByResourceGroup

public abstract ManagementConfigurationInner getByResourceGroup(String resourceGroupName, String managementConfigurationName)

Retrieve ManagementConfiguration. Retrieves the user ManagementConfiguration.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.

Returns:

the container for solution.

getByResourceGroupWithResponse

public abstract Response<ManagementConfigurationInner> getByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Retrieve ManagementConfiguration. Retrieves the user ManagementConfiguration.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.
context - The context to associate with this operation.

Returns:

the container for solution along with Response<T>.

listBySubscription

public abstract ManagementConfigurationPropertiesListInner listBySubscription()

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

Returns:

the list of ManagementConfiguration response.

listBySubscriptionWithResponse

public abstract Response<ManagementConfigurationPropertiesListInner> listBySubscriptionWithResponse(Context context)

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

Parameters:

context - The context to associate with this operation.

Returns:

the list of ManagementConfiguration response along with Response<T>.

Applies to