ResourceNavigationLinksClient Interface

public interface ResourceNavigationLinksClient

An instance of this class provides access to all the operations defined in ResourceNavigationLinksClient.

Method Summary

Modifier and Type Method and Description
abstract ResourceNavigationLinksListResultInner list(String resourceGroupName, String virtualNetworkName, String subnetName)

Gets a list of resource navigation links for a subnet.

abstract Mono<ResourceNavigationLinksListResultInner> listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Gets a list of resource navigation links for a subnet.

abstract Response<ResourceNavigationLinksListResultInner> listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)

Gets a list of resource navigation links for a subnet.

abstract Mono<Response<ResourceNavigationLinksListResultInner>> listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Gets a list of resource navigation links for a subnet.

Method Details

list

public abstract 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.

listAsync

public abstract Mono 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.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, 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<T>.

listWithResponseAsync

public abstract Mono> 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<T> on successful completion of Mono.

Applies to