Interface ManagementConfigurationsClient


public interface ManagementConfigurationsClient
An instance of this class provides access to all the operations defined in ManagementConfigurationsClient.
  • Method Details

    • listBySubscriptionWithResponse

      com.azure.core.http.rest.Response<ManagementConfigurationPropertiesListInner> listBySubscriptionWithResponse(com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBySubscription

      Retrieves the ManagementConfigurations list for the subscription

      Retrieves the ManagementConfigurations list.

      Returns:
      the list of ManagementConfiguration response.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<ManagementConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String managementConfigurationName, ManagementConfigurationInner parameters, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String managementConfigurationName, com.azure.core.util.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:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<ManagementConfigurationInner> getByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getByResourceGroup

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.