VngClientConnectionConfiguration Class

Definition

A vpn client connection configuration for client connection configuration.

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

Constructors

VngClientConnectionConfiguration()

Initializes a new instance of VngClientConnectionConfiguration.

Properties

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
ProvisioningState

The provisioning state of the VngClientConnectionConfiguration resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
VirtualNetworkGatewayPolicyGroups

List of references to virtualNetworkGatewayPolicyGroups.

VpnClientAddressPrefixes

A list of address blocks reserved for this virtual network in CIDR notation.

Explicit Interface Implementations

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<VngClientConnectionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VngClientConnectionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<VngClientConnectionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VngClientConnectionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VngClientConnectionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to