Condividi tramite


NatGatewaysOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a nat gateway.

public static Microsoft.Azure.Management.Network.Models.NatGateway CreateOrUpdate (this Microsoft.Azure.Management.Network.INatGatewaysOperations operations, string resourceGroupName, string natGatewayName, Microsoft.Azure.Management.Network.Models.NatGateway parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.INatGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.NatGateway -> Microsoft.Azure.Management.Network.Models.NatGateway
<Extension()>
Public Function CreateOrUpdate (operations As INatGatewaysOperations, resourceGroupName As String, natGatewayName As String, parameters As NatGateway) 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.

parameters
NatGateway

Parameters supplied to the create or update nat gateway operation.

Returns

Applies to