INetworkInterfaceTapConfigurationsOperations Interface

Definition

NetworkInterfaceTapConfigurationsOperations operations.

public interface INetworkInterfaceTapConfigurationsOperations
type INetworkInterfaceTapConfigurationsOperations = interface
Public Interface INetworkInterfaceTapConfigurationsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, NetworkInterfaceTapConfiguration, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Tap configuration in the specified NetworkInterface.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified tap configuration from the NetworkInterface.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, NetworkInterfaceTapConfiguration, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Tap configuration in the specified NetworkInterface.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified tap configuration from the NetworkInterface.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the specified tap configuration on a network interface.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all Tap configurations in a network interface.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get all Tap configurations in a network interface.

Extension Methods

BeginCreateOrUpdate(INetworkInterfaceTapConfigurationsOperations, String, String, String, NetworkInterfaceTapConfiguration)

Creates or updates a Tap configuration in the specified NetworkInterface.

BeginCreateOrUpdateAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, NetworkInterfaceTapConfiguration, CancellationToken)

Creates or updates a Tap configuration in the specified NetworkInterface.

BeginDelete(INetworkInterfaceTapConfigurationsOperations, String, String, String)

Deletes the specified tap configuration from the NetworkInterface.

BeginDeleteAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, CancellationToken)

Deletes the specified tap configuration from the NetworkInterface.

CreateOrUpdate(INetworkInterfaceTapConfigurationsOperations, String, String, String, NetworkInterfaceTapConfiguration)

Creates or updates a Tap configuration in the specified NetworkInterface.

CreateOrUpdateAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, NetworkInterfaceTapConfiguration, CancellationToken)

Creates or updates a Tap configuration in the specified NetworkInterface.

Delete(INetworkInterfaceTapConfigurationsOperations, String, String, String)

Deletes the specified tap configuration from the NetworkInterface.

DeleteAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, CancellationToken)

Deletes the specified tap configuration from the NetworkInterface.

Get(INetworkInterfaceTapConfigurationsOperations, String, String, String)

Get the specified tap configuration on a network interface.

GetAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, CancellationToken)

Get the specified tap configuration on a network interface.

List(INetworkInterfaceTapConfigurationsOperations, String, String)

Get all Tap configurations in a network interface.

ListAsync(INetworkInterfaceTapConfigurationsOperations, String, String, CancellationToken)

Get all Tap configurations in a network interface.

ListNext(INetworkInterfaceTapConfigurationsOperations, String)

Get all Tap configurations in a network interface.

ListNextAsync(INetworkInterfaceTapConfigurationsOperations, String, CancellationToken)

Get all Tap configurations in a network interface.

Applies to