Share via


GatewayOperationsExtensions Class

 

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

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions

Syntax

public static class GatewayOperationsExtensions
[ExtensionAttribute]
public ref class GatewayOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type GatewayOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class GatewayOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginConnectDisconnectOrTesting(IGatewayOperations, String, String, GatewayConnectDisconnectOrTestParameters)

To connect to, disconnect from, or test your connection to a local network site, access the connection resource representing the local network and specify Connect, Disconnect or Test to perform the desired operation. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginConnectDisconnectOrTestingAsync(IGatewayOperations, String, String, GatewayConnectDisconnectOrTestParameters)

To connect to, disconnect from, or test your connection to a local network site, access the connection resource representing the local network and specify Connect, Disconnect or Test to perform the desired operation. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginCreating(IGatewayOperations, String, GatewayCreateParameters)

The Begin Creating Virtual network Gateway operation creates a new network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(IGatewayOperations, String, GatewayCreateParameters)

The Begin Creating Virtual network Gateway operation creates a new network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(IGatewayOperations, String)

The Begin Deleting Virtual Network Gateway operation deletes a network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(IGatewayOperations, String)

The Begin Deleting Virtual Network Gateway operation deletes a network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginFailover(IGatewayOperations, String)

The Begin Failover Virtual Network Gateway operation causes a network gateway failover for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginFailoverAsync(IGatewayOperations, String)

The Begin Failover Virtual Network Gateway operation causes a network gateway failover for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginGenerateVpnClientPackage(IGatewayOperations, String, GatewayGenerateVpnClientPackageParameters)

The Generate VPN Client Package operation creates a VPN client package for the specified virtual network and gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginGenerateVpnClientPackageAsync(IGatewayOperations, String, GatewayGenerateVpnClientPackageParameters)

The Generate VPN Client Package operation creates a VPN client package for the specified virtual network and gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginRemoveDefaultSites(IGatewayOperations, String)

The Begin Remove Virtual Network Gateway Shared Key operation removes the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static BeginRemoveDefaultSitesAsync(IGatewayOperations, String)

The Begin Remove Virtual Network Gateway Shared Key operation removes the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static BeginReset(IGatewayOperations, String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.

System_CAPS_pubmethodSystem_CAPS_static BeginResetAsync(IGatewayOperations, String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.

System_CAPS_pubmethodSystem_CAPS_static BeginResetSharedKey(IGatewayOperations, String, String, GatewayResetSharedKeyParameters)

The Begin Reset Virtual Network Gateway Shared Key operation resets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginResetSharedKeyAsync(IGatewayOperations, String, String, GatewayResetSharedKeyParameters)

The Begin Reset Virtual Network Gateway Shared Key operation resets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginResize(IGatewayOperations, String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.

System_CAPS_pubmethodSystem_CAPS_static BeginResizeAsync(IGatewayOperations, String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.

System_CAPS_pubmethodSystem_CAPS_static BeginSetDefaultSites(IGatewayOperations, String, GatewaySetDefaultSiteListParameters)

The Begin Set Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static BeginSetDefaultSitesAsync(IGatewayOperations, String, GatewaySetDefaultSiteListParameters)

The Begin Set Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static BeginSetIPsecParameters(IGatewayOperations, String, String, GatewaySetIPsecParametersParameters)

The Begin Set Virtual Network Gateway IPsec Parameters operation sets the IPsec parameters on the virtual network gateway for the specified connection to the specified local network in Azure.

System_CAPS_pubmethodSystem_CAPS_static BeginSetIPsecParametersAsync(IGatewayOperations, String, String, GatewaySetIPsecParametersParameters)

The Begin Set Virtual Network Gateway IPsec Parameters operation sets the IPsec parameters on the virtual network gateway for the specified connection to the specified local network in Azure.

System_CAPS_pubmethodSystem_CAPS_static BeginSetSharedKey(IGatewayOperations, String, String, GatewaySetSharedKeyParameters)

The Begin Set Virtual Network Gateway Shared Key operation sets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginSetSharedKeyAsync(IGatewayOperations, String, String, GatewaySetSharedKeyParameters)

The Begin Set Virtual Network Gateway Shared Key operation sets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginStartDiagnostics(IGatewayOperations, String, StartGatewayPublicDiagnosticsParameters)

The Begin Start Diagnostics operation begins an asynchronous operation to starta diagnostics session for the specified virtual network gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static BeginStartDiagnosticsAsync(IGatewayOperations, String, StartGatewayPublicDiagnosticsParameters)

The Begin Start Diagnostics operation begins an asynchronous operation to starta diagnostics session for the specified virtual network gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ConnectDisconnectOrTest(IGatewayOperations, String, String, GatewayConnectDisconnectOrTestParameters)

To connect to, disconnect from, or test your connection to a local network site, access the connection resource representing the local network and specify Connect, Disconnect or Test to perform the desired operation. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ConnectDisconnectOrTestAsync(IGatewayOperations, String, String, GatewayConnectDisconnectOrTestParameters)

To connect to, disconnect from, or test your connection to a local network site, access the connection resource representing the local network and specify Connect, Disconnect or Test to perform the desired operation. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Create(IGatewayOperations, String, GatewayCreateParameters)

The Create Virtual network Gateway operation creates a new network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IGatewayOperations, String, GatewayCreateParameters)

The Create Virtual network Gateway operation creates a new network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Delete(IGatewayOperations, String)

The Delete Virtual Network Gateway operation deletes a network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IGatewayOperations, String)

The Delete Virtual Network Gateway operation deletes a network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Failover(IGatewayOperations, String)

The Failover Virtual Network Gateway operation causes a network gateway failover for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static FailoverAsync(IGatewayOperations, String)

The Failover Virtual Network Gateway operation causes a network gateway failover for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GenerateVpnClientPackage(IGatewayOperations, String, GatewayGenerateVpnClientPackageParameters)

The Generate VPN Client Package operation creates a VPN client package for the specified virtual network and gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GenerateVpnClientPackageAsync(IGatewayOperations, String, GatewayGenerateVpnClientPackageParameters)

The Generate VPN Client Package operation creates a VPN client package for the specified virtual network and gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Get(IGatewayOperations, String)

The Get Virtual Network Gateway operation gets information about the network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IGatewayOperations, String)

The Get Virtual Network Gateway operation gets information about the network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetDeviceConfigurationScript(IGatewayOperations, String, GatewayGetDeviceConfigurationScriptParameters)

The Get Device Configuration Script operation returns a script that you can use to configure local VPN devices to connect to the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetDeviceConfigurationScriptAsync(IGatewayOperations, String, GatewayGetDeviceConfigurationScriptParameters)

The Get Device Configuration Script operation returns a script that you can use to configure local VPN devices to connect to the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetDiagnostics(IGatewayOperations, String)

The Get Diagnostics operation gets information about the current gateway diagnostics session for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetDiagnosticsAsync(IGatewayOperations, String)

The Get Diagnostics operation gets information about the current gateway diagnostics session for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetIPsecParameters(IGatewayOperations, String, String)

The Get IPsec Parameters operation gets the IPsec parameters that have been set for the connection between the provided virtual network gateway and the provided local network site.

System_CAPS_pubmethodSystem_CAPS_static GetIPsecParametersAsync(IGatewayOperations, String, String)

The Get IPsec Parameters operation gets the IPsec parameters that have been set for the connection between the provided virtual network gateway and the provided local network site.

System_CAPS_pubmethodSystem_CAPS_static GetOperationStatus(IGatewayOperations, String)

The Get Virtual Network Gateway Operation Status gets information on the status of network gateway operations in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetOperationStatusAsync(IGatewayOperations, String)

The Get Virtual Network Gateway Operation Status gets information on the status of network gateway operations in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetSharedKey(IGatewayOperations, String, String)

The Get Virtual Network Gateway Shared Key operation gets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetSharedKeyAsync(IGatewayOperations, String, String)

The Get Virtual Network Gateway Shared Key operation gets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListConnections(IGatewayOperations, String)

The List Connections operation returns a list of the local network connections that can be accessed through the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListConnectionsAsync(IGatewayOperations, String)

The List Connections operation returns a list of the local network connections that can be accessed through the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListSupportedDevices(IGatewayOperations)

The List Virtual Network Gateway Supported Devices operation lists the supported, on-premise network devices that can connect to the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListSupportedDevicesAsync(IGatewayOperations)

The List Virtual Network Gateway Supported Devices operation lists the supported, on-premise network devices that can connect to the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static RemoveDefaultSites(IGatewayOperations, String)

The Remove Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static RemoveDefaultSitesAsync(IGatewayOperations, String)

The Remove Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static Reset(IGatewayOperations, String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.

System_CAPS_pubmethodSystem_CAPS_static ResetAsync(IGatewayOperations, String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.

System_CAPS_pubmethodSystem_CAPS_static ResetSharedKey(IGatewayOperations, String, String, GatewayResetSharedKeyParameters)

The Reset Virtual Network Gateway Shared Key operation resets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ResetSharedKeyAsync(IGatewayOperations, String, String, GatewayResetSharedKeyParameters)

The Reset Virtual Network Gateway Shared Key operation resets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Resize(IGatewayOperations, String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.

System_CAPS_pubmethodSystem_CAPS_static ResizeAsync(IGatewayOperations, String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.

System_CAPS_pubmethodSystem_CAPS_static SetDefaultSites(IGatewayOperations, String, GatewaySetDefaultSiteListParameters)

The Set Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static SetDefaultSitesAsync(IGatewayOperations, String, GatewaySetDefaultSiteListParameters)

The Set Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.

System_CAPS_pubmethodSystem_CAPS_static SetIPsecParameters(IGatewayOperations, String, String, GatewaySetIPsecParametersParameters)

The Begin Set Virtual Network Gateway IPsec Parameters operation sets the IPsec parameters on the virtual network gateway for the specified connection to the specified local network in Azure.

System_CAPS_pubmethodSystem_CAPS_static SetIPsecParametersAsync(IGatewayOperations, String, String, GatewaySetIPsecParametersParameters)

The Begin Set Virtual Network Gateway IPsec Parameters operation sets the IPsec parameters on the virtual network gateway for the specified connection to the specified local network in Azure.

System_CAPS_pubmethodSystem_CAPS_static SetSharedKey(IGatewayOperations, String, String, GatewaySetSharedKeyParameters)

The Set Virtual Network Gateway Shared Key operation sets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static SetSharedKeyAsync(IGatewayOperations, String, String, GatewaySetSharedKeyParameters)

The Set Virtual Network Gateway Shared Key operation sets the shared key on the virtual network gateway for the specified virtual network connection to the specified local network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static StartDiagnostics(IGatewayOperations, String, StartGatewayPublicDiagnosticsParameters)

The Start Diagnostics operation starts a diagnostics session for the specified virtual network gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static StartDiagnosticsAsync(IGatewayOperations, String, StartGatewayPublicDiagnosticsParameters)

The Start Diagnostics operation starts a diagnostics session for the specified virtual network gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static StopDiagnostics(IGatewayOperations, String, StopGatewayPublicDiagnosticsParameters)

The Stop Diagnostics operation begins an asynchronous operation to stopa diagnostics session for the specified virtual network gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static StopDiagnosticsAsync(IGatewayOperations, String, StopGatewayPublicDiagnosticsParameters)

The Stop Diagnostics operation begins an asynchronous operation to stopa diagnostics session for the specified virtual network gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top