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