ManagedNetworkFabricExtensions.GetNetworkFabricInternetGateway Method

Definition

Implements Gateway GET method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}
  • Operation Id: InternetGateways_Get
public static Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource> GetNetworkFabricInternetGateway (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string internetGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricInternetGateway : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource>
<Extension()>
Public Function GetNetworkFabricInternetGateway (resourceGroupResource As ResourceGroupResource, internetGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFabricInternetGatewayResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

internetGatewayName
String

Name of the Internet Gateway.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or internetGatewayName is null.

internetGatewayName is an empty string, and was expected to be non-empty.

Applies to