Sdílet prostřednictvím


NatGatewaysOperationsExtensions.Get Method

Definition

Gets the specified nat gateway in a specified resource group.

public static Microsoft.Azure.Management.Network.Models.NatGateway Get (this Microsoft.Azure.Management.Network.INatGatewaysOperations operations, string resourceGroupName, string natGatewayName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.INatGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.NatGateway
<Extension()>
Public Function Get (operations As INatGatewaysOperations, resourceGroupName As String, natGatewayName As String, Optional expand As String = Nothing) As NatGateway

Parameters

operations
INatGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

natGatewayName
String

The name of the nat gateway.

expand
String

Expands referenced resources.

Returns

Applies to