Interface NodeCountInformations


public interface NodeCountInformations
Resource collection API of NodeCountInformations.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String automationAccountName, CountType countType)
    Retrieve counts for Dsc Nodes.
    com.azure.core.http.rest.Response<NodeCounts>
    getWithResponse(String resourceGroupName, String automationAccountName, CountType countType, com.azure.core.util.Context context)
    Retrieve counts for Dsc Nodes.
  • Method Details

    • get

      NodeCounts 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<NodeCounts> 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.