Interface NodeCountInformationsClient


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

    • get

      NodeCountsInner get(String resourceGroupName, String automationAccountName, CountType countType)
      Retrieve counts for Dsc Nodes.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      countType - The type of counts to retrieve.
      Returns:
      gets the count of nodes by count type.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<NodeCountsInner> getWithResponse(String resourceGroupName, String automationAccountName, CountType countType, com.azure.core.util.Context context)
      Retrieve counts for Dsc Nodes.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      countType - The type of counts to retrieve.
      context - The context to associate with this operation.
      Returns:
      gets the count of nodes by count type 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.