Interface ProvisionedClustersOperationsClient


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

    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<ProvisionedClustersResponseInner> 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

      ProvisionedClustersResponseInner 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginCreateOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters)
      Creates the provisioned cluster

      Creates 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.
      provisionedClusters - The provisionedClusters resource definition.
      Returns:
      the SyncPoller for polling of the provisionedClusters resource definition.
      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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginCreateOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters, com.azure.core.util.Context context)
      Creates the provisioned cluster

      Creates 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.
      provisionedClusters - The provisionedClusters resource definition.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the provisionedClusters resource definition.
      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

      ProvisionedClustersResponseInner createOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters)
      Creates the provisioned cluster

      Creates 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.
      provisionedClusters - The provisionedClusters resource definition.
      Returns:
      the provisionedClusters resource definition.
      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

      ProvisionedClustersResponseInner createOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters, com.azure.core.util.Context context)
      Creates the provisioned cluster

      Creates 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.
      provisionedClusters - The provisionedClusters resource definition.
      context - The context to associate with this operation.
      Returns:
      the provisionedClusters resource definition.
      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 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.
    • delete

      void delete(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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters)
      Updates the provisioned cluster

      Updates 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.
      provisionedClusters - The provisionedClusters resource patch definition.
      Returns:
      the SyncPoller for polling of the provisionedClusters resource definition.
      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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters, com.azure.core.util.Context context)
      Updates the provisioned cluster

      Updates 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.
      provisionedClusters - The provisionedClusters resource patch definition.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the provisionedClusters resource definition.
      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.
    • update

      ProvisionedClustersResponseInner update(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters)
      Updates the provisioned cluster

      Updates 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.
      provisionedClusters - The provisionedClusters resource patch definition.
      Returns:
      the provisionedClusters resource definition.
      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.
    • update

      ProvisionedClustersResponseInner update(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters, com.azure.core.util.Context context)
      Updates the provisioned cluster

      Updates 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.
      provisionedClusters - The provisionedClusters resource patch definition.
      context - The context to associate with this operation.
      Returns:
      the provisionedClusters resource definition.
      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<ProvisionedClustersResponseInner> 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<ProvisionedClustersResponseInner> 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<ProvisionedClustersResponseInner> 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<ProvisionedClustersResponseInner> 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.