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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<Node>
    listByDataBoxEdgeDevice(String deviceName, String resourceGroupName)
    Gets all the nodes currently configured under this Data Box Edge device.
    com.azure.core.http.rest.PagedIterable<Node>
    listByDataBoxEdgeDevice(String deviceName, String resourceGroupName, com.azure.core.util.Context context)
    Gets all the nodes currently configured under this Data Box Edge device.
  • Method Details

    • listByDataBoxEdgeDevice

      com.azure.core.http.rest.PagedIterable<Node> listByDataBoxEdgeDevice(String deviceName, String resourceGroupName)
      Gets all the nodes currently configured under this Data Box Edge device.
      Parameters:
      deviceName - The device name.
      resourceGroupName - The resource group name.
      Returns:
      all the nodes currently configured under this Data Box Edge device 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.
    • listByDataBoxEdgeDevice

      com.azure.core.http.rest.PagedIterable<Node> listByDataBoxEdgeDevice(String deviceName, String resourceGroupName, com.azure.core.util.Context context)
      Gets all the nodes currently configured under this Data Box Edge device.
      Parameters:
      deviceName - The device name.
      resourceGroupName - The resource group name.
      context - The context to associate with this operation.
      Returns:
      all the nodes currently configured under this Data Box Edge device 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.