Aracılığıyla paylaş


INetworkInterfaceTapConfigurationsOperations Interface

Definition

NetworkInterfaceTapConfigurationsOperations operations.

public interface INetworkInterfaceTapConfigurationsOperations
type INetworkInterfaceTapConfigurationsOperations = interface
Public Interface INetworkInterfaceTapConfigurationsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, NetworkInterfaceTapConfigurationInner, 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, NetworkInterfaceTapConfigurationInner, 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

BeginCreateOrUpdateAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, NetworkInterfaceTapConfigurationInner, CancellationToken)

Creates or updates a Tap configuration in the specified NetworkInterface.

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

Deletes the specified tap configuration from the NetworkInterface.

CreateOrUpdateAsync(INetworkInterfaceTapConfigurationsOperations, String, String, String, NetworkInterfaceTapConfigurationInner, CancellationToken)

Creates or updates a Tap configuration in the specified NetworkInterface.

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

Deletes the specified tap configuration from the NetworkInterface.

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

Get the specified tap configuration on a network interface.

ListAsync(INetworkInterfaceTapConfigurationsOperations, String, String, CancellationToken)

Get all Tap configurations in a network interface.

ListNextAsync(INetworkInterfaceTapConfigurationsOperations, String, CancellationToken)

Get all Tap configurations in a network interface.

Applies to