VirtualNetworkLinks interface
Interface representing a VirtualNetworkLinks.
Methods
begin |
Creates or updates a virtual network link to the specified Private DNS zone. |
begin |
Creates or updates a virtual network link to the specified Private DNS zone. |
begin |
Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration virtual network, all auto-registered DNS records in the zone for the virtual network will also be deleted. This operation cannot be undone. |
begin |
Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration virtual network, all auto-registered DNS records in the zone for the virtual network will also be deleted. This operation cannot be undone. |
begin |
Updates a virtual network link to the specified Private DNS zone. |
begin |
Updates a virtual network link to the specified Private DNS zone. |
get(string, string, string, Virtual |
Gets a virtual network link to the specified Private DNS zone. |
list(string, string, Virtual |
Lists the virtual network links to the specified Private DNS zone. |
Method Details
beginCreateOrUpdate(string, string, string, VirtualNetworkLink, VirtualNetworkLinksCreateOrUpdateOptionalParams)
Creates or updates a virtual network link to the specified Private DNS zone.
function beginCreateOrUpdate(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
Parameters
- 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 CreateOrUpdate operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
beginCreateOrUpdateAndWait(string, string, string, VirtualNetworkLink, VirtualNetworkLinksCreateOrUpdateOptionalParams)
Creates or updates a virtual network link to the specified Private DNS zone.
function beginCreateOrUpdateAndWait(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<VirtualNetworkLink>
Parameters
- 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 CreateOrUpdate operation.
The options parameters.
Returns
Promise<VirtualNetworkLink>
beginDelete(string, string, string, VirtualNetworkLinksDeleteOptionalParams)
Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration virtual network, all auto-registered DNS records in the zone for the virtual network will also be deleted. This operation cannot be undone.
function beginDelete(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- 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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, VirtualNetworkLinksDeleteOptionalParams)
Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration virtual network, all auto-registered DNS records in the zone for the virtual network will also be deleted. This operation cannot be undone.
function beginDeleteAndWait(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<void>
Parameters
- 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.
The options parameters.
Returns
Promise<void>
beginUpdate(string, string, string, VirtualNetworkLink, VirtualNetworkLinksUpdateOptionalParams)
Updates a virtual network link to the specified Private DNS zone.
function beginUpdate(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
Parameters
- 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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
beginUpdateAndWait(string, string, string, VirtualNetworkLink, VirtualNetworkLinksUpdateOptionalParams)
Updates a virtual network link to the specified Private DNS zone.
function beginUpdateAndWait(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<VirtualNetworkLink>
Parameters
- 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.
The options parameters.
Returns
Promise<VirtualNetworkLink>
get(string, string, string, VirtualNetworkLinksGetOptionalParams)
Gets a virtual network link to the specified Private DNS zone.
function get(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams): Promise<VirtualNetworkLink>
Parameters
- 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.
The options parameters.
Returns
Promise<VirtualNetworkLink>
list(string, string, VirtualNetworkLinksListOptionalParams)
Lists the virtual network links to the specified Private DNS zone.
function list(resourceGroupName: string, privateZoneName: string, options?: VirtualNetworkLinksListOptionalParams): PagedAsyncIterableIterator<VirtualNetworkLink, VirtualNetworkLink[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- privateZoneName
-
string
The name of the Private DNS zone (without a terminating dot).
The options parameters.