VirtualNetworkGatewayGetResponse Class

Definition

A standard service response including an HTTP status code and request ID.

public class VirtualNetworkGatewayGetResponse : Microsoft.Azure.AzureOperationResponse
type VirtualNetworkGatewayGetResponse = class
    inherit AzureOperationResponse
Public Class VirtualNetworkGatewayGetResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
VirtualNetworkGatewayGetResponse

Constructors

VirtualNetworkGatewayGetResponse()

Initializes a new instance of the VirtualNetworkGatewayGetResponse class.

Properties

BgpSettings

Optional. Virtual network gateway's BGP settings

DefaultSite

Optional. The default site on the gateway.

EnableBgp

Optional. EnableBgp flag

GatewayId

Optional. The local network Gateway Id

GatewayName

Optional. The virtual network gateway Name.

GatewaySKU

Optional. The SKU for this virtual network gateway.

GatewayType

Optional. The type of gateway routing used for this virtual network.

LastEvent

Optional. The last recorded event for this virtual network gateway.

Location

Optional. Location

State

Optional. The provisioning state of the virtual network gateway.

SubnetId

Optional. SubnetId

VipAddress

Optional. The virtual IP address for this virtual network gateway.

VnetId

Optional. VnetId

Applies to