Share via


IGatewayOperations Interface

 

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

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

Syntax

public interface IGatewayOperations
public interface class IGatewayOperations
type IGatewayOperations = interface end
Public Interface IGatewayOperations

Methods

Name Description
System_CAPS_pubmethod BeginConnectDisconnectOrTestingAsync(String, String, GatewayConnectDisconnectOrTestParameters, CancellationToken)

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_pubmethod BeginCreatingAsync(String, GatewayCreateParameters, CancellationToken)

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_pubmethod BeginDeletingAsync(String, CancellationToken)

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_pubmethod BeginFailoverAsync(String, CancellationToken)

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_pubmethod BeginGenerateVpnClientPackageAsync(String, GatewayGenerateVpnClientPackageParameters, CancellationToken)

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_pubmethod BeginRemoveDefaultSitesAsync(String, CancellationToken)

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_pubmethod BeginResetAsync(String, ResetGatewayParameters, CancellationToken)

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

System_CAPS_pubmethod BeginResetSharedKeyAsync(String, String, GatewayResetSharedKeyParameters, CancellationToken)

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_pubmethod BeginResizeAsync(String, ResizeGatewayParameters, CancellationToken)

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

System_CAPS_pubmethod BeginSetDefaultSitesAsync(String, GatewaySetDefaultSiteListParameters, CancellationToken)

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_pubmethod BeginSetIPsecParametersAsync(String, String, GatewaySetIPsecParametersParameters, CancellationToken)

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_pubmethod BeginSetSharedKeyAsync(String, String, GatewaySetSharedKeyParameters, CancellationToken)

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_pubmethod BeginStartDiagnosticsAsync(String, StartGatewayPublicDiagnosticsParameters, CancellationToken)

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_pubmethod ConnectDisconnectOrTestAsync(String, String, GatewayConnectDisconnectOrTestParameters, CancellationToken)

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_pubmethod CreateAsync(String, GatewayCreateParameters, CancellationToken)

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_pubmethod DeleteAsync(String, CancellationToken)

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_pubmethod FailoverAsync(String, CancellationToken)

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_pubmethod GenerateVpnClientPackageAsync(String, GatewayGenerateVpnClientPackageParameters, CancellationToken)

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_pubmethod GetAsync(String, CancellationToken)

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_pubmethod GetDeviceConfigurationScriptAsync(String, GatewayGetDeviceConfigurationScriptParameters, CancellationToken)

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_pubmethod GetDiagnosticsAsync(String, CancellationToken)

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_pubmethod GetIPsecParametersAsync(String, String, CancellationToken)

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_pubmethod GetOperationStatusAsync(String, CancellationToken)

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_pubmethod GetSharedKeyAsync(String, String, CancellationToken)

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_pubmethod ListConnectionsAsync(String, CancellationToken)

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_pubmethod ListSupportedDevicesAsync(CancellationToken)

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_pubmethod RemoveDefaultSitesAsync(String, CancellationToken)

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

System_CAPS_pubmethod ResetAsync(String, ResetGatewayParameters, CancellationToken)

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

System_CAPS_pubmethod ResetSharedKeyAsync(String, String, GatewayResetSharedKeyParameters, CancellationToken)

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_pubmethod ResizeAsync(String, ResizeGatewayParameters, CancellationToken)

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

System_CAPS_pubmethod SetDefaultSitesAsync(String, GatewaySetDefaultSiteListParameters, CancellationToken)

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

System_CAPS_pubmethod SetIPsecParametersAsync(String, String, GatewaySetIPsecParametersParameters, CancellationToken)

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_pubmethod SetSharedKeyAsync(String, String, GatewaySetSharedKeyParameters, CancellationToken)

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_pubmethod StartDiagnosticsAsync(String, StartGatewayPublicDiagnosticsParameters, CancellationToken)

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_pubmethod StopDiagnosticsAsync(String, StopGatewayPublicDiagnosticsParameters, CancellationToken)

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)

Extension Methods

Name Description
System_CAPS_pubmethod BeginConnectDisconnectOrTesting(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginConnectDisconnectOrTestingAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginCreating(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginCreatingAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginDeleting(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginFailover(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginFailoverAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginGenerateVpnClientPackage(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginGenerateVpnClientPackageAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginRemoveDefaultSites(String)

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

System_CAPS_pubmethod BeginRemoveDefaultSitesAsync(String)

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

System_CAPS_pubmethod BeginReset(String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginResetAsync(String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginResetSharedKey(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginResetSharedKeyAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginResize(String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginResizeAsync(String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginSetDefaultSites(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginSetDefaultSitesAsync(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginSetIPsecParameters(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginSetIPsecParametersAsync(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginSetSharedKey(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginSetSharedKeyAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginStartDiagnostics(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod BeginStartDiagnosticsAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ConnectDisconnectOrTest(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ConnectDisconnectOrTestAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod Create(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod Delete(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod Failover(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod FailoverAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GenerateVpnClientPackage(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GenerateVpnClientPackageAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod Get(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetDeviceConfigurationScript(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetDeviceConfigurationScriptAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetDiagnostics(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetDiagnosticsAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetIPsecParameters(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetIPsecParametersAsync(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetOperationStatus(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetOperationStatusAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetSharedKey(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod GetSharedKeyAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ListConnections(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ListConnectionsAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ListSupportedDevices()

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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ListSupportedDevicesAsync()

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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod RemoveDefaultSites(String)

The Remove Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod RemoveDefaultSitesAsync(String)

The Remove Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod Reset(String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ResetAsync(String, ResetGatewayParameters)

The Begin Reset Virtual network Gateway operation resets an existing gateway.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ResetSharedKey(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ResetSharedKeyAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod Resize(String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod ResizeAsync(String, ResizeGatewayParameters)

The Begin Resize Virtual network Gateway operation resizes an existing gateway to a different GatewaySKU.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod SetDefaultSites(String, GatewaySetDefaultSiteListParameters)

The Set Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod SetDefaultSitesAsync(String, GatewaySetDefaultSiteListParameters)

The Set Virtual Network Gateway Shared Key operation sets the default sites on the virtual network gateway for the specified virtual network.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod SetIPsecParameters(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod SetIPsecParametersAsync(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.(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod SetSharedKey(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod SetSharedKeyAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod StartDiagnostics(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod StartDiagnosticsAsync(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod StopDiagnostics(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)(Defined by GatewayOperationsExtensions.)

System_CAPS_pubmethod StopDiagnosticsAsync(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)(Defined by GatewayOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top