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
Resource |
list(String resourceGroupName, String virtualNetworkName, String subnetName)
Gets a list of resource navigation links for a subnet. |
abstract
Mono<Resource |
listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)
Gets a list of resource navigation links for a subnet. |
abstract
Response<Resource |
listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)
Gets a list of resource navigation links for a subnet. |
abstract
Mono<Response<Resource |
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:
Returns:
listAsync
public abstract Mono
Gets a list of resource navigation links for a subnet.
Parameters:
Returns:
listWithResponse
public abstract Response
Gets a list of resource navigation links for a subnet.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
Gets a list of resource navigation links for a subnet.
Parameters:
Returns:
Applies to
Azure SDK for Java