MockableNetworkSubscriptionResource.GetApplicationGateways 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.
Gets all the application gateways in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways
- Operation Id: ApplicationGateways_ListAll
- Default Api Version: 2024-03-01
- Resource: ApplicationGatewayResource
public virtual Azure.Pageable<Azure.ResourceManager.Network.ApplicationGatewayResource> GetApplicationGateways (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGateways : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.ApplicationGatewayResource>
override this.GetApplicationGateways : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.ApplicationGatewayResource>
Public Overridable Function GetApplicationGateways (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationGatewayResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ApplicationGatewayResource that may take multiple service requests to iterate over.