ExpressRouteLinksClient Interface
public interface ExpressRouteLinksClient
An instance of this class provides access to all the operations defined in ExpressRouteLinksClient.
Method Summary
Method Details
get
public abstract ExpressRouteLinkInner get(String resourceGroupName, String expressRoutePortName, String linkName)
Retrieves the specified ExpressRouteLink resource.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves the specified ExpressRouteLink resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves the specified ExpressRouteLink resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves the specified ExpressRouteLink resource.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
Parameters:
Returns:
Applies to
Azure SDK for Java