Interface ProvisionedClustersOperations


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

    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<ProvisionedClustersResponse> getByResourceGroupWithResponse(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context)
      Gets the provisioned cluster

      Gets the Hybrid AKS provisioned cluster.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      context - The context to associate with this operation.
      Returns:
      the Hybrid AKS provisioned cluster 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

      ProvisionedClustersResponse getByResourceGroup(String resourceGroupName, String provisionedClustersName)
      Gets the provisioned cluster

      Gets the Hybrid AKS provisioned cluster.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      Returns:
      the Hybrid AKS provisioned cluster.
      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.
    • deleteByResourceGroupWithResponse

      com.azure.core.http.rest.Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context)
      Deletes the provisioned cluster

      Deletes the Hybrid AKS provisioned cluster.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      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 provisionedClustersName)
      Deletes the provisioned cluster

      Deletes the Hybrid AKS provisioned cluster.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> listByResourceGroup(String resourceGroupName)
      Gets the provisioned clusters in a resource group

      Gets the Hybrid AKS provisioned cluster in a resource group.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      the Hybrid AKS provisioned cluster in a resource group 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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
      Gets the provisioned clusters in a resource group

      Gets the Hybrid AKS provisioned cluster in a resource group.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      context - The context to associate with this operation.
      Returns:
      the Hybrid AKS provisioned cluster in a resource group 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.
    • list

      com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> list()
      Gets the provisioned clusters in a subscription

      Gets the Hybrid AKS provisioned cluster in a subscription.

      Returns:
      the Hybrid AKS provisioned cluster in a subscription 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<ProvisionedClustersResponse> list(com.azure.core.util.Context context)
      Gets the provisioned clusters in a subscription

      Gets the Hybrid AKS provisioned cluster in a subscription.

      Parameters:
      context - The context to associate with this operation.
      Returns:
      the Hybrid AKS provisioned cluster in a subscription 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.
    • getById

      Gets the provisioned cluster

      Gets the Hybrid AKS provisioned cluster.

      Parameters:
      id - the resource ID.
      Returns:
      the Hybrid AKS provisioned cluster 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<ProvisionedClustersResponse> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Gets the provisioned cluster

      Gets the Hybrid AKS provisioned cluster.

      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the Hybrid AKS provisioned cluster 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 provisioned cluster

      Deletes the Hybrid AKS provisioned cluster.

      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 provisioned cluster

      Deletes the Hybrid AKS provisioned cluster.

      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 ProvisionedClustersResponse resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new ProvisionedClustersResponse definition.