NetworkInterfaceTapConfigurationsOperationsExtensions Class

Definition

Extension methods for NetworkInterfaceTapConfigurationsOperations.

public static class NetworkInterfaceTapConfigurationsOperationsExtensions
type NetworkInterfaceTapConfigurationsOperationsExtensions = class
Public Module NetworkInterfaceTapConfigurationsOperationsExtensions
Inheritance
NetworkInterfaceTapConfigurationsOperationsExtensions

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