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