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

ServiceAssociationLinksClient Interface

public interface ServiceAssociationLinksClient

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

Method Summary

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

Gets a list of service association links for a subnet.

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

Gets a list of service association links for a subnet.

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

Gets a list of service association links for a subnet.

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

Gets a list of service association links for a subnet.

Method Details

list

public abstract ServiceAssociationLinksListResultInner list(String resourceGroupName, String virtualNetworkName, String subnetName)

Gets a list of service association 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 service association links for a subnet.

listAsync

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

Gets a list of service association 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 service association links for a subnet on successful completion of Mono.

listWithResponse

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

Gets a list of service association 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 service association links for a subnet along with Response<T>.

listWithResponseAsync

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

Gets a list of service association 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 service association links for a subnet along with Response<T> on successful completion of Mono.

Applies to