GatewayConnectDisconnectOrTestParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters for the Connect, Disconnect, or Test request
public class GatewayConnectDisconnectOrTestParameters
type GatewayConnectDisconnectOrTestParameters = class
Public Class GatewayConnectDisconnectOrTestParameters
- Inheritance
-
GatewayConnectDisconnectOrTestParameters
Constructors
GatewayConnectDisconnectOrTestParameters() |
Initializes a new instance of the GatewayConnectDisconnectOrTestParameters class. |
GatewayConnectDisconnectOrTestParameters(GatewayConnectionUpdateOperation) |
Initializes a new instance of the GatewayConnectDisconnectOrTestParameters class with required arguments. |
Properties
IPAddress |
Optional. Required if operation is set to Test; otherwise not used. Specifies the IP address of the target local network site with which the gateway will test connectivity. |
Operation |
Required. Specifies the operation to perform on the connection. Can be set to Connect, Disconnect, or Test to connect to a local network, disconnect from a local network, or test the gateway's connection to a local network site. |