Interface NetworkProfiles


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

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String machineName)
    The operation to get network information of hybrid machine.
    com.azure.core.http.rest.Response<NetworkProfile>
    getWithResponse(String resourceGroupName, String machineName, com.azure.core.util.Context context)
    The operation to get network information of hybrid machine.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<NetworkProfile> getWithResponse(String resourceGroupName, String machineName, com.azure.core.util.Context context)
      The operation to get network information of hybrid machine.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      machineName - The name of the hybrid machine.
      context - The context to associate with this operation.
      Returns:
      describes the network information on this machine 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.
    • get

      NetworkProfile get(String resourceGroupName, String machineName)
      The operation to get network information of hybrid machine.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      machineName - The name of the hybrid machine.
      Returns:
      describes the network information on this machine.
      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.