Interface NetworkProfilesClient


public interface NetworkProfilesClient
An instance of this class provides access to all the operations defined in NetworkProfilesClient.
  • 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<NetworkProfileInner>
    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<NetworkProfileInner> 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

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