ConnectivityConfigurationsOperations interface

Interface representing a ConnectivityConfigurations operations.

Properties

beginDelete
beginDeleteAndWait
createOrUpdate

Creates/Updates a new network manager connectivity configuration

delete

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

get

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

list

Lists all the network manager connectivity configuration in a specified network manager.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams) => Promise<void>

createOrUpdate

Creates/Updates a new network manager connectivity configuration

createOrUpdate: (resourceGroupName: string, networkManagerName: string, configurationName: string, connectivityConfiguration: ConnectivityConfiguration, options?: ConnectivityConfigurationsCreateOrUpdateOptionalParams) => Promise<ConnectivityConfiguration>

Property Value

(resourceGroupName: string, networkManagerName: string, configurationName: string, connectivityConfiguration: ConnectivityConfiguration, options?: ConnectivityConfigurationsCreateOrUpdateOptionalParams) => Promise<ConnectivityConfiguration>

delete

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

delete: (resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

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

get: (resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsGetOptionalParams) => Promise<ConnectivityConfiguration>

Property Value

(resourceGroupName: string, networkManagerName: string, configurationName: string, options?: ConnectivityConfigurationsGetOptionalParams) => Promise<ConnectivityConfiguration>

list

Lists all the network manager connectivity configuration in a specified network manager.

list: (resourceGroupName: string, networkManagerName: string, options?: ConnectivityConfigurationsListOptionalParams) => PagedAsyncIterableIterator<ConnectivityConfiguration, ConnectivityConfiguration[], PageSettings>

Property Value

(resourceGroupName: string, networkManagerName: string, options?: ConnectivityConfigurationsListOptionalParams) => PagedAsyncIterableIterator<ConnectivityConfiguration, ConnectivityConfiguration[], PageSettings>