MockableNetworkSubscriptionResource.GetExpressRouteGateways Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the GetExpressRouteGateways compatibility operation.
public virtual Azure.Pageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource> GetExpressRouteGateways(System.Threading.CancellationToken cancellationToken);
public virtual Azure.Pageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource> GetExpressRouteGateways(System.Threading.CancellationToken cancellationToken = default);
abstract member GetExpressRouteGateways : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource>
override this.GetExpressRouteGateways : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource>
Public Overridable Function GetExpressRouteGateways (cancellationToken As CancellationToken) As Pageable(Of ExpressRouteGatewayResource)
Public Overridable Function GetExpressRouteGateways (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ExpressRouteGatewayResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ExpressRouteGatewayResource that may take multiple service requests to iterate over.