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

    • checkNameAvailability

      NameAvailabilityStatus checkNameAvailability(CheckNameAvailabilityParameters checkNameAvailabilityParameters)
      Checks whether the configuration store name is available for use.
      Parameters:
      checkNameAvailabilityParameters - The object containing information for the availability request.
      Returns:
      the result of a request to check the availability of a resource 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.
    • checkNameAvailabilityWithResponse

      com.azure.core.http.rest.Response<NameAvailabilityStatus> checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters checkNameAvailabilityParameters, com.azure.core.util.Context context)
      Checks whether the configuration store name is available for use.
      Parameters:
      checkNameAvailabilityParameters - The object containing information for the availability request.
      context - The context to associate with this operation.
      Returns:
      the result of a request to check the availability of a resource name 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.
    • list

      com.azure.core.http.rest.PagedIterable<OperationDefinition> list()
      Lists the operations available from this provider.
      Returns:
      the result of a request to list configuration store operations as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<OperationDefinition> list(String skipToken, com.azure.core.util.Context context)
      Lists the operations available from this provider.
      Parameters:
      skipToken - A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
      context - The context to associate with this operation.
      Returns:
      the result of a request to list configuration store operations as paginated response with PagedIterable.
      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.
    • regionalCheckNameAvailability

      NameAvailabilityStatus regionalCheckNameAvailability(String location, CheckNameAvailabilityParameters checkNameAvailabilityParameters)
      Checks whether the configuration store name is available for use.
      Parameters:
      location - The location in which uniqueness will be verified.
      checkNameAvailabilityParameters - The object containing information for the availability request.
      Returns:
      the result of a request to check the availability of a resource 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.
    • regionalCheckNameAvailabilityWithResponse

      com.azure.core.http.rest.Response<NameAvailabilityStatus> regionalCheckNameAvailabilityWithResponse(String location, CheckNameAvailabilityParameters checkNameAvailabilityParameters, com.azure.core.util.Context context)
      Checks whether the configuration store name is available for use.
      Parameters:
      location - The location in which uniqueness will be verified.
      checkNameAvailabilityParameters - The object containing information for the availability request.
      context - The context to associate with this operation.
      Returns:
      the result of a request to check the availability of a resource name 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.