ConnectivityConfigurationsClient Interface
public interface ConnectivityConfigurationsClient
An instance of this class provides access to all the operations defined in ConnectivityConfigurationsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates/Updates a new network manager connectivity configuration.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates/Updates a new network manager connectivity configuration.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
deleteAsync
public abstract Mono
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the network manager connectivity configuration in a specified network manager.
Parameters:
Returns:
Applies to
Azure SDK for Java