IIPForwardingOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Network Management API includes operations for managing the IP Forwarding for your roles and network interfaces in your subscription.
public interface IIPForwardingOperations
type IIPForwardingOperations = interface
Public Interface IIPForwardingOperations
Methods
BeginSettingIPForwardingOnNetworkInterfaceAsync(String, String, String, String, IPForwardingSetParameters, CancellationToken) |
Sets IP Forwarding on a network interface. |
BeginSettingIPForwardingOnRoleAsync(String, String, String, IPForwardingSetParameters, CancellationToken) |
Sets IP Forwarding on a role. |
GetForNetworkInterfaceAsync(String, String, String, String, CancellationToken) |
Gets the IP Forwarding applied to a network interface. |
GetForRoleAsync(String, String, String, CancellationToken) |
Gets the IP Forwarding applied to a role. |
SetOnNetworkInterfaceAsync(String, String, String, String, IPForwardingSetParameters, CancellationToken) |
Sets IP Forwarding on a network interface. |
SetOnRoleAsync(String, String, String, IPForwardingSetParameters, CancellationToken) |
Sets IP Forwarding on a role. |