VirtualNetworkLinks Interface
Implements
public interface VirtualNetworkLinks
extends SupportsGettingById<VirtualNetworkLink>, SupportsGettingByName<VirtualNetworkLink>, SupportsListing<VirtualNetworkLink>, HasParent<PrivateDnsZone>
Entry point to virtual network link management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
deleteById(String id)
Deletes a resource from Azure, identifying it by its resource ID. |
abstract void |
deleteById(String id, String etagValue)
Deletes a resource from Azure, identifying it by its resource ID. |
abstract Mono<Void> |
deleteByIdAsync(String id)
Asynchronously delete the private zone from Azure, identifying it by its resource ID. |
abstract Mono<Void> |
deleteByIdAsync(String id, String etagValue)
Asynchronously delete the private zone from Azure, identifying it by its resource ID. |
abstract void |
deleteByResourceGroupName(String resourceGroupName, String name)
Deletes the private zone from Azure, identifying it by its name and its resource group. |
abstract void |
deleteByResourceGroupName(String resourceGroupName, String name, String etagValue)
Deletes the private zone from Azure, identifying it by its name and its resource group. |
abstract Mono<Void> |
deleteByResourceGroupNameAsync(String resourceGroupName, String name)
Asynchronously deletes the private zone from Azure, identifying it by its name and its resource group. |
abstract Mono<Void> |
deleteByResourceGroupNameAsync(String resourceGroupName, String name, String etagValue)
Asynchronously deletes the private zone from Azure, identifying it by its name and its resource group. |
abstract
Paged |
list(int pageSize)
Lists all the virtual network links, with number of entries in each page limited to given size. |
abstract
Paged |
listAsync(int pageSize)
Lists all the virtual network links, with number of entries in each page limited to given size. |
Method Details
deleteById
public abstract void deleteById(String id)
Deletes a resource from Azure, identifying it by its resource ID.
Parameters:
deleteById
public abstract void deleteById(String id, String etagValue)
Deletes a resource from Azure, identifying it by its resource ID.
Parameters:
deleteByIdAsync
public abstract Mono
Asynchronously delete the private zone from Azure, identifying it by its resource ID.
Parameters:
Returns:
deleteByIdAsync
public abstract Mono
Asynchronously delete the private zone from Azure, identifying it by its resource ID.
Parameters:
Returns:
deleteByResourceGroupName
public abstract void deleteByResourceGroupName(String resourceGroupName, String name)
Deletes the private zone from Azure, identifying it by its name and its resource group.
Parameters:
deleteByResourceGroupName
public abstract void deleteByResourceGroupName(String resourceGroupName, String name, String etagValue)
Deletes the private zone from Azure, identifying it by its name and its resource group.
Parameters:
deleteByResourceGroupNameAsync
public abstract Mono
Asynchronously deletes the private zone from Azure, identifying it by its name and its resource group.
Parameters:
Returns:
deleteByResourceGroupNameAsync
public abstract Mono
Asynchronously deletes the private zone from Azure, identifying it by its name and its resource group.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the virtual network links, with number of entries in each page limited to given size.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the virtual network links, with number of entries in each page limited to given size.
Parameters:
Returns:
Applies to
Azure SDK for Java