NatGatewaysOperationsExtensions.UpdateTags(INatGatewaysOperations, String, String, TagsObject) 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.
Updates nat gateway tags.
public static Microsoft.Azure.Management.Network.Models.NatGateway UpdateTags (this Microsoft.Azure.Management.Network.INatGatewaysOperations operations, string resourceGroupName, string natGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.INatGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.NatGateway
<Extension()>
Public Function UpdateTags (operations As INatGatewaysOperations, resourceGroupName As String, natGatewayName As String, parameters As TagsObject) As NatGateway
Parameters
- operations
- INatGatewaysOperations
The operations group for this extension method.
- resourceGroupName
- System.String
The name of the resource group.
- natGatewayName
- System.String
The name of the nat gateway.
- parameters
- TagsObject
Parameters supplied to update nat gateway tags.