Interface ResourceNavigationLinksClient


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

      • listWithResponseAsync

        Mono<com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner>> listWithResponseAsync​(String resourceGroupName,
                                                                                                              String virtualNetworkName,
                                                                                                              String subnetName)
        Gets a list of resource navigation links for a subnet.
        Parameters:
        resourceGroupName - The name of the resource group.
        virtualNetworkName - The name of the virtual network.
        subnetName - The name of the subnet.
        Returns:
        a list of resource navigation links for a subnet along with Response on successful completion of Mono.
        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.
      • listAsync

        Mono<ResourceNavigationLinksListResultInner> listAsync​(String resourceGroupName,
                                                               String virtualNetworkName,
                                                               String subnetName)
        Gets a list of resource navigation links for a subnet.
        Parameters:
        resourceGroupName - The name of the resource group.
        virtualNetworkName - The name of the virtual network.
        subnetName - The name of the subnet.
        Returns:
        a list of resource navigation links for a subnet on successful completion of Mono.
        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.
      • list

        ResourceNavigationLinksListResultInner list​(String resourceGroupName,
                                                    String virtualNetworkName,
                                                    String subnetName)
        Gets a list of resource navigation links for a subnet.
        Parameters:
        resourceGroupName - The name of the resource group.
        virtualNetworkName - The name of the virtual network.
        subnetName - The name of the subnet.
        Returns:
        a list of resource navigation links for a subnet.
        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.
      • listWithResponse

        com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner> listWithResponse​(String resourceGroupName,
                                                                                                   String virtualNetworkName,
                                                                                                   String subnetName,
                                                                                                   com.azure.core.util.Context context)
        Gets a list of resource navigation links for a subnet.
        Parameters:
        resourceGroupName - The name of the resource group.
        virtualNetworkName - The name of the virtual network.
        subnetName - The name of the subnet.
        context - The context to associate with this operation.
        Returns:
        a list of resource navigation links for a subnet 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.