你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

listWithResponse

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

Applies to