VirtualNetworkLinksClient Interface
public interface VirtualNetworkLinksClient
An instance of this class provides access to all the operations defined in VirtualNetworkLinksClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
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.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
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.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
createOrUpdate
public abstract VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
createOrUpdate
public abstract VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName)
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.
Parameters:
delete
public abstract void delete(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, String ifMatch, Context context)
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.
Parameters:
deleteAsync
public abstract Mono
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.
Parameters:
Returns:
deleteAsync
public abstract Mono
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.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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.
Parameters:
Returns:
get
public abstract VirtualNetworkLinkInner get(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName)
Gets a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the virtual network links to the specified Private DNS zone.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the virtual network links to the specified Private DNS zone.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the virtual network links to the specified Private DNS zone.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the virtual network links to the specified Private DNS zone.
Parameters:
Returns:
update
public abstract VirtualNetworkLinkInner update(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
update
public abstract VirtualNetworkLinkInner update(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, Context context)
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a virtual network link to the specified Private DNS zone.
Parameters:
Returns:
Applies to
Azure SDK for Java