ConnectivityConfigurations interface
Interface representing a ConnectivityConfigurations.
Methods
begin |
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name |
begin |
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name |
create |
Creates/Updates a new network manager connectivity configuration |
get(string, string, string, Connectivity |
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name |
list(string, string, Connectivity |
Lists all the network manager connectivity configuration in a specified network manager. |
Method Details
beginDelete(string, string, string, ConnectivityConfigurationsDeleteOptionalParams)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name
function beginDelete(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- configurationName
-
string
The name of the network manager connectivity configuration.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ConnectivityConfigurationsDeleteOptionalParams)
Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name
function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- configurationName
-
string
The name of the network manager connectivity configuration.
The options parameters.
Returns
Promise<void>
createOrUpdate(string, string, string, ConnectivityConfiguration, ConnectivityConfigurationsCreateOrUpdateOptionalParams)
Creates/Updates a new network manager connectivity configuration
function createOrUpdate(resourceGroupName: string, networkManagerName: string, configurationName: string, connectivityConfiguration: ConnectivityConfiguration, options?: ConnectivityConfigurationsCreateOrUpdateOptionalParams): Promise<ConnectivityConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- configurationName
-
string
The name of the network manager connectivity configuration.
- connectivityConfiguration
- ConnectivityConfiguration
Parameters supplied to create/update a network manager connectivity configuration
The options parameters.
Returns
Promise<ConnectivityConfiguration>
get(string, string, string, ConnectivityConfigurationsGetOptionalParams)
Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name
function get(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsGetOptionalParams): Promise<ConnectivityConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- configurationName
-
string
The name of the network manager connectivity configuration.
The options parameters.
Returns
Promise<ConnectivityConfiguration>
list(string, string, ConnectivityConfigurationsListOptionalParams)
Lists all the network manager connectivity configuration in a specified network manager.
function list(resourceGroupName: string, networkManagerName: string, options?: ConnectivityConfigurationsListOptionalParams): PagedAsyncIterableIterator<ConnectivityConfiguration, ConnectivityConfiguration[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
The options parameters.