NetworkExtensions.GetP2SVpnGateways Method
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.
GetP2SVpnGateways(ResourceGroupResource) |
Gets a collection of P2SVpnGatewayResources in the ResourceGroupResource. MockingTo mock this method, please mock GetP2SVpnGateways() instead. |
GetP2SVpnGateways(SubscriptionResource, CancellationToken) |
Lists all the P2SVpnGateways in a subscription.
|
- Source:
- NetworkExtensions.cs
- Source:
- NetworkExtensions.cs
Gets a collection of P2SVpnGatewayResources in the ResourceGroupResource. MockingTo mock this method, please mock GetP2SVpnGateways() instead.
public static Azure.ResourceManager.Network.P2SVpnGatewayCollection GetP2SVpnGateways(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetP2SVpnGateways : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.P2SVpnGatewayCollection
<Extension()>
Public Function GetP2SVpnGateways (resourceGroupResource As ResourceGroupResource) As P2SVpnGatewayCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of P2SVpnGatewayResources and their operations over a P2SVpnGatewayResource.
Exceptions
resourceGroupResource
is null.
Applies to
Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
- Source:
- NetworkExtensions.cs
- Source:
- NetworkExtensions.cs
Lists all the P2SVpnGateways in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways
- Operation Id: P2sVpnGateways_List
- Default Api Version: 2024-05-01
- Resource: P2SVpnGatewayResource
public static Azure.Pageable<Azure.ResourceManager.Network.P2SVpnGatewayResource> GetP2SVpnGateways(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetP2SVpnGateways : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.P2SVpnGatewayResource>
<Extension()>
Public Function GetP2SVpnGateways (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of P2SVpnGatewayResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of P2SVpnGatewayResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: