IConnectivityConfigurationsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ConnectivityConfigurationsOperations operations.
public interface IConnectivityConfigurationsOperations
type IConnectivityConfigurationsOperations = interface
Public Interface IConnectivityConfigurationsOperations
Methods
Extension Methods
BeginDelete(IConnectivityConfigurationsOperations, String, String, String, Nullable<Boolean>) |
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name |
BeginDeleteAsync(IConnectivityConfigurationsOperations, String, String, String, Nullable<Boolean>, CancellationToken) |
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name |
CreateOrUpdate(IConnectivityConfigurationsOperations, ConnectivityConfiguration, String, String, String) |
Creates/Updates a new network manager connectivity configuration |
CreateOrUpdateAsync(IConnectivityConfigurationsOperations, ConnectivityConfiguration, String, String, String, CancellationToken) |
Creates/Updates a new network manager connectivity configuration |
Delete(IConnectivityConfigurationsOperations, String, String, String, Nullable<Boolean>) |
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name |
DeleteAsync(IConnectivityConfigurationsOperations, String, String, String, Nullable<Boolean>, CancellationToken) |
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name |
Get(IConnectivityConfigurationsOperations, String, String, String) |
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name |
GetAsync(IConnectivityConfigurationsOperations, String, String, String, CancellationToken) |
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name |
List(IConnectivityConfigurationsOperations, String, String, Nullable<Int32>, String) |
Lists all the network manager connectivity configuration in a specified network manager. |
ListAsync(IConnectivityConfigurationsOperations, String, String, Nullable<Int32>, String, CancellationToken) |
Lists all the network manager connectivity configuration in a specified network manager. |
ListNext(IConnectivityConfigurationsOperations, String) |
Lists all the network manager connectivity configuration in a specified network manager. |
ListNextAsync(IConnectivityConfigurationsOperations, String, CancellationToken) |
Lists all the network manager connectivity configuration in a specified network manager. |