ConnectivityConfigurations interface

Interface representing a ConnectivityConfigurations.

Methods

beginDelete(string, string, string, ConnectivityConfigurationsDeleteOptionalParams)

Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name

beginDeleteAndWait(string, string, string, ConnectivityConfigurationsDeleteOptionalParams)

Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name

createOrUpdate(string, string, string, ConnectivityConfiguration, ConnectivityConfigurationsCreateOrUpdateOptionalParams)

Creates/Updates a new network manager connectivity configuration

get(string, string, string, ConnectivityConfigurationsGetOptionalParams)

Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name

list(string, string, ConnectivityConfigurationsListOptionalParams)

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.

options
ConnectivityConfigurationsDeleteOptionalParams

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.

options
ConnectivityConfigurationsDeleteOptionalParams

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

Returns

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.

options
ConnectivityConfigurationsGetOptionalParams

The options parameters.

Returns

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.

options
ConnectivityConfigurationsListOptionalParams

The options parameters.

Returns