GatewayConnectionGetResponse 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.
A standard service response including an HTTP status code and request ID.
public class GatewayConnectionGetResponse : Microsoft.Azure.AzureOperationResponse
type GatewayConnectionGetResponse = class
inherit AzureOperationResponse
Public Class GatewayConnectionGetResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseGatewayConnectionGetResponse
Constructors
GatewayConnectionGetResponse() |
Initializes a new instance of the GatewayConnectionGetResponse class. |
Properties
ConnectedEntityId |
Optional. The Service Key / Local network gateway Id / Vnet Network Gateway Id. |
EnableBgp |
Optional. Whether BGP is enabled for this connection |
GatewayConnectionName |
Optional. The name of the virtual network gateway connection. |
GatewayConnectionType |
Optional. The connection type of gateway: Ipsec/Dedicated/VpnClient/Vnet2Vnet. |
RoutingWeight |
Optional. The Routing Weight. |
SharedKey |
Optional. The Ipsec share key. |
VirtualNetworkGatewayId |
Optional. The Virtual network gateway Id. |
Applies to
Azure SDK for .NET