共用方式為


IPForwardingOperationsExtensions Class

Definition

The Service Management API includes operations for managing the virtual networks for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

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

Methods

BeginSettingIPForwardingOnNetworkInterface(IIPForwardingOperations, String, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a network interface.

BeginSettingIPForwardingOnNetworkInterfaceAsync(IIPForwardingOperations, String, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a network interface.

BeginSettingIPForwardingOnRole(IIPForwardingOperations, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a role.

BeginSettingIPForwardingOnRoleAsync(IIPForwardingOperations, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a role.

GetForNetworkInterface(IIPForwardingOperations, String, String, String, String)

Gets the IP Forwarding applied to a network interface.

GetForNetworkInterfaceAsync(IIPForwardingOperations, String, String, String, String)

Gets the IP Forwarding applied to a network interface.

GetForRole(IIPForwardingOperations, String, String, String)

Gets the IP Forwarding applied to a role.

GetForRoleAsync(IIPForwardingOperations, String, String, String)

Gets the IP Forwarding applied to a role.

SetOnNetworkInterface(IIPForwardingOperations, String, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a network interface.

SetOnNetworkInterfaceAsync(IIPForwardingOperations, String, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a network interface.

SetOnRole(IIPForwardingOperations, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a role.

SetOnRoleAsync(IIPForwardingOperations, String, String, String, IPForwardingSetParameters)

Sets IP Forwarding on a role.

Applies to