P2SVpnGatewayData Class

Definition

A class representing the P2SVpnGateway data model. P2SVpnGateway Resource.

public class P2SVpnGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.P2SVpnGatewayData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.P2SVpnGatewayData>
public class P2SVpnGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type P2SVpnGatewayData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<P2SVpnGatewayData>
    interface IPersistableModel<P2SVpnGatewayData>
type P2SVpnGatewayData = class
    inherit NetworkTrackedResourceData
Public Class P2SVpnGatewayData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of P2SVpnGatewayData), IPersistableModel(Of P2SVpnGatewayData)
Public Class P2SVpnGatewayData
Inherits NetworkTrackedResourceData
Inheritance
Implements

Constructors

P2SVpnGatewayData()

Initializes a new instance of P2SVpnGatewayData.

Properties

CustomDnsServers

List of all customer specified DNS servers IP addresses.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
IsRoutingPreferenceInternet

Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
P2SConnectionConfigurations

List of all p2s connection configurations of the gateway.

ProvisioningState

The provisioning state of the P2S VPN gateway resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
VirtualHubId

Gets or sets Id.

VpnClientConnectionHealth

All P2S VPN clients' connection health status.

VpnGatewayScaleUnit

The scale unit for this p2s vpn gateway.

VpnServerConfigurationId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<P2SVpnGatewayData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<P2SVpnGatewayData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<P2SVpnGatewayData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<P2SVpnGatewayData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<P2SVpnGatewayData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to