NatGatewaysOperationsExtensions.BeginCreateOrUpdate 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.
Creates or updates a nat gateway.
public static Microsoft.Azure.Management.Network.Models.NatGateway BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.INatGatewaysOperations operations, string resourceGroupName, string natGatewayName, Microsoft.Azure.Management.Network.Models.NatGateway parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.INatGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.NatGateway -> Microsoft.Azure.Management.Network.Models.NatGateway
<Extension()>
Public Function BeginCreateOrUpdate (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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.