VirtualNetworkLinksOperationsExtensions.Update 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 a virtual network link to the specified Private DNS zone.
public static Microsoft.Azure.Management.PrivateDns.Models.VirtualNetworkLink Update (this Microsoft.Azure.Management.PrivateDns.IVirtualNetworkLinksOperations operations, string resourceGroupName, string privateZoneName, string virtualNetworkLinkName, Microsoft.Azure.Management.PrivateDns.Models.VirtualNetworkLink parameters, string ifMatch = default);
static member Update : Microsoft.Azure.Management.PrivateDns.IVirtualNetworkLinksOperations * string * string * string * Microsoft.Azure.Management.PrivateDns.Models.VirtualNetworkLink * string -> Microsoft.Azure.Management.PrivateDns.Models.VirtualNetworkLink
<Extension()>
Public Function Update (operations As IVirtualNetworkLinksOperations, resourceGroupName As String, privateZoneName As String, virtualNetworkLinkName As String, parameters As VirtualNetworkLink, Optional ifMatch As String = Nothing) As VirtualNetworkLink
Parameters
- operations
- IVirtualNetworkLinksOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- privateZoneName
- String
The name of the Private DNS zone (without a terminating dot).
- virtualNetworkLinkName
- String
The name of the virtual network link.
- parameters
- VirtualNetworkLink
Parameters supplied to the Update operation.
- ifMatch
- String
The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
Returns
Applies to
Azure SDK for .NET