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
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)

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)

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)

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)

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)

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.

BeginResetAsync(String, ResetGatewayParameters, CancellationToken)

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

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)

BeginResizeAsync(String, ResizeGatewayParameters, CancellationToken)

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

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.

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.

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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.

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)

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)

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)

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)

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.

ResetAsync(String, ResetGatewayParameters, CancellationToken)

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

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)

ResizeAsync(String, ResizeGatewayParameters, CancellationToken)

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

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.

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.

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)

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)

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
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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

BeginReset(String, ResetGatewayParameters)

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

BeginResetAsync(String, ResetGatewayParameters)

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

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.)

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.)

BeginResize(String, ResizeGatewayParameters)

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

BeginResizeAsync(String, ResizeGatewayParameters)

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

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

Reset(String, ResetGatewayParameters)

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

ResetAsync(String, ResetGatewayParameters)

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

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.)

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.)

Resize(String, ResizeGatewayParameters)

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

ResizeAsync(String, ResizeGatewayParameters)

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

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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.)

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