ConnectivityConfigurationsClient Interface
public interface ConnectivityConfigurationsClient
An instance of this class provides access to all the operations defined in ConnectivityConfigurationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sync |
beginDelete(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
|
abstract
Sync |
beginDelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
|
abstract
Poller |
beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
|
abstract
Poller |
beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
|
abstract
Connectivity |
createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration)
Creates/Updates a new network manager connectivity configuration. |
|
abstract
reactor.core.publisher.Mono<Connectivity |
createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration)
Creates/Updates a new network manager connectivity configuration. |
|
abstract
Response<Connectivity |
createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration, Context context)
Creates/Updates a new network manager connectivity configuration. |
|
abstract
reactor.core.publisher.Mono<Response<Connectivity |
createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration)
Creates/Updates a new network manager connectivity configuration. |
| abstract void |
delete(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
| abstract void |
delete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
| abstract reactor.core.publisher.Mono<Void> |
deleteAsync(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
| abstract reactor.core.publisher.Mono<Void> |
deleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
|
abstract
reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<Byte |
deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. |
|
abstract
Connectivity |
get(String resourceGroupName, String networkManagerName, String configurationName)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name. |
|
abstract
reactor.core.publisher.Mono<Connectivity |
getAsync(String resourceGroupName, String networkManagerName, String configurationName)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name. |
|
abstract
Response<Connectivity |
getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, Context context)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name. |
|
abstract
reactor.core.publisher.Mono<Response<Connectivity |
getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name. |
|
abstract
Paged |
list(String resourceGroupName, String networkManagerName)
Lists all the network manager connectivity configuration in a specified network manager. |
|
abstract
Paged |
list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)
Lists all the network manager connectivity configuration in a specified network manager. |
|
abstract
Paged |
listAsync(String resourceGroupName, String networkManagerName)
Lists all the network manager connectivity configuration in a specified network manager. |
|
abstract
Paged |
listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)
Lists all the network manager connectivity configuration in a specified network manager. |
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
createOrUpdate
public abstract ConnectivityConfigurationInner createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration)
Creates/Updates a new network manager connectivity configuration.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ConnectivityConfigurationInner> createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration)
Creates/Updates a new network manager connectivity configuration.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ConnectivityConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration, Context context)
Creates/Updates a new network manager connectivity configuration.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<ConnectivityConfigurationInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, ConnectivityConfigurationInner connectivityConfiguration)
Creates/Updates a new network manager connectivity configuration.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, Context context)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String configurationName)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
get
public abstract ConnectivityConfigurationInner get(String resourceGroupName, String networkManagerName, String configurationName)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
getAsync
public abstract Mono<ConnectivityConfigurationInner> getAsync(String resourceGroupName, String networkManagerName, String configurationName)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
getWithResponse
public abstract Response<ConnectivityConfigurationInner> getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, Context context)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ConnectivityConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
list
public abstract PagedIterable<ConnectivityConfigurationInner> list(String resourceGroupName, String networkManagerName)
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
list
public abstract PagedIterable<ConnectivityConfigurationInner> list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ConnectivityConfigurationInner> listAsync(String resourceGroupName, String networkManagerName)
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ConnectivityConfigurationInner> listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns: