ManagedNetworkFabricExtensions.GetNetworkFabricInternetGateways 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.
Overloads
GetNetworkFabricInternetGateways(ResourceGroupResource) |
Gets a collection of NetworkFabricInternetGatewayResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNetworkFabricInternetGateways() instead. |
GetNetworkFabricInternetGateways(SubscriptionResource, CancellationToken) |
Displays Internet Gateways list by subscription GET method.
|
GetNetworkFabricInternetGateways(ResourceGroupResource)
Gets a collection of NetworkFabricInternetGatewayResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNetworkFabricInternetGateways() instead.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayCollection GetNetworkFabricInternetGateways (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFabricInternetGateways : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayCollection
<Extension()>
Public Function GetNetworkFabricInternetGateways (resourceGroupResource As ResourceGroupResource) As NetworkFabricInternetGatewayCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of NetworkFabricInternetGatewayResources and their operations over a NetworkFabricInternetGatewayResource.
Exceptions
resourceGroupResource
is null.
Applies to
GetNetworkFabricInternetGateways(SubscriptionResource, CancellationToken)
Displays Internet Gateways list by subscription GET method.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGateways
- Operation Id: InternetGateways_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource> GetNetworkFabricInternetGateways (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricInternetGateways : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource>
<Extension()>
Public Function GetNetworkFabricInternetGateways (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricInternetGatewayResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NetworkFabricInternetGatewayResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET