Partager via


INetworkInterfacesOperations Interface

Definition

public interface INetworkInterfacesOperations
type INetworkInterfacesOperations = interface
Public Interface INetworkInterfacesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, NetworkInterface, Dictionary<String,List<String>>, CancellationToken)
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
BeginGetEffectiveRouteTableWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
BeginListEffectiveNetworkSecurityGroupsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, NetworkInterface, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetEffectiveRouteTableWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
ListEffectiveNetworkSecurityGroupsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

BeginCreateOrUpdate(INetworkInterfacesOperations, String, String, NetworkInterface)
BeginCreateOrUpdateAsync(INetworkInterfacesOperations, String, String, NetworkInterface, CancellationToken)
BeginDelete(INetworkInterfacesOperations, String, String)
BeginDeleteAsync(INetworkInterfacesOperations, String, String, CancellationToken)
BeginGetEffectiveRouteTable(INetworkInterfacesOperations, String, String)
BeginGetEffectiveRouteTableAsync(INetworkInterfacesOperations, String, String, CancellationToken)
BeginListEffectiveNetworkSecurityGroups(INetworkInterfacesOperations, String, String)
BeginListEffectiveNetworkSecurityGroupsAsync(INetworkInterfacesOperations, String, String, CancellationToken)
CreateOrUpdate(INetworkInterfacesOperations, String, String, NetworkInterface)
CreateOrUpdateAsync(INetworkInterfacesOperations, String, String, NetworkInterface, CancellationToken)
Delete(INetworkInterfacesOperations, String, String)
DeleteAsync(INetworkInterfacesOperations, String, String, CancellationToken)
Get(INetworkInterfacesOperations, String, String, String)
GetAsync(INetworkInterfacesOperations, String, String, String, CancellationToken)
GetEffectiveRouteTable(INetworkInterfacesOperations, String, String)
GetEffectiveRouteTableAsync(INetworkInterfacesOperations, String, String, CancellationToken)
List(INetworkInterfacesOperations, String)
ListAll(INetworkInterfacesOperations)
ListAllAsync(INetworkInterfacesOperations, CancellationToken)
ListAllNext(INetworkInterfacesOperations, String)
ListAllNextAsync(INetworkInterfacesOperations, String, CancellationToken)
ListAsync(INetworkInterfacesOperations, String, CancellationToken)
ListEffectiveNetworkSecurityGroups(INetworkInterfacesOperations, String, String)
ListEffectiveNetworkSecurityGroupsAsync(INetworkInterfacesOperations, String, String, CancellationToken)
ListNext(INetworkInterfacesOperations, String)
ListNextAsync(INetworkInterfacesOperations, String, CancellationToken)

Applies to