VirtualNetworkLinksOperations interface
Interface representing a VirtualNetworkLinks operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates a virtual network link to the specified Private DNS zone. |
| delete | 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. |
| get | Gets a virtual network link to the specified Private DNS zone. |
| list | Lists the virtual network links to the specified Private DNS zone. |
| update | Updates a virtual network link to the specified Private DNS zone. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams) => Promise<VirtualNetworkLink>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams) => Promise<VirtualNetworkLink>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams) => Promise<VirtualNetworkLink>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams) => Promise<VirtualNetworkLink>
createOrUpdate
Creates or updates a virtual network link to the specified Private DNS zone.
createOrUpdate: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams) => PollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams) => PollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>
delete
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.
delete: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets a virtual network link to the specified Private DNS zone.
get: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams) => Promise<VirtualNetworkLink>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams) => Promise<VirtualNetworkLink>
list
Lists the virtual network links to the specified Private DNS zone.
list: (resourceGroupName: string, privateZoneName: string, options?: VirtualNetworkLinksListOptionalParams) => PagedAsyncIterableIterator<VirtualNetworkLink, VirtualNetworkLink[], PageSettings>
Property Value
(resourceGroupName: string, privateZoneName: string, options?: VirtualNetworkLinksListOptionalParams) => PagedAsyncIterableIterator<VirtualNetworkLink, VirtualNetworkLink[], PageSettings>
update
Updates a virtual network link to the specified Private DNS zone.
update: (resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams) => PollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>
Property Value
(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams) => PollerLike<OperationState<VirtualNetworkLink>, VirtualNetworkLink>