SubnetServiceAssociationLinksClient Interface

public interface SubnetServiceAssociationLinksClient

An instance of this class provides access to all the operations defined in SubnetServiceAssociationLinksClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)

Delete container group virtual network association links.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links.

abstract void delete(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links.

abstract void delete(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)

Delete container group virtual network association links.

abstract Mono<Void> deleteAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links.

Method Details

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

delete

public abstract void delete(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.

delete

public abstract void delete(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)

Delete container group virtual network association links. Delete container group virtual network association links. The operation does not delete other resources provided by the user.

Parameters:

resourceGroupName - The name of the resource group.
virtualNetworkName - The name of the virtual network.
subnetName - The name of the subnet.

Returns:

the Response<T> on successful completion of Mono.

Applies to