Interface ManagementConfigurations


public interface ManagementConfigurations
Resource collection API of ManagementConfigurations.
  • Method Details

    • listBySubscriptionWithResponse

      com.azure.core.http.rest.Response<ManagementConfigurationPropertiesList> 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.
    • deleteByResourceGroupWithResponse

      com.azure.core.http.rest.Response<Void> deleteByResourceGroupWithResponse(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.
    • deleteByResourceGroup

      void deleteByResourceGroup(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<ManagementConfiguration> 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

      ManagementConfiguration 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.
    • getById

      Retrieve ManagementConfiguration.

      Retrieves the user ManagementConfiguration.

      Parameters:
      id - the resource ID.
      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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<ManagementConfiguration> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Retrieve ManagementConfiguration.

      Retrieves the user ManagementConfiguration.

      Parameters:
      id - the resource ID.
      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.
    • deleteById

      void deleteById(String id)
      Deletes the ManagementConfiguration

      Deletes the ManagementConfiguration in the subscription.

      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Deletes the ManagementConfiguration

      Deletes the ManagementConfiguration in the subscription.

      Parameters:
      id - the resource ID.
      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.
    • define

      Begins definition for a new ManagementConfiguration resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new ManagementConfiguration definition.