P2SConnectionConfiguration Class

Definition

Compatibility declaration for the P2SConnectionConfiguration type.

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

Constructors

Name Description
P2SConnectionConfiguration()

Initializes a new instance of P2SConnectionConfiguration.

Properties

Name Description
ConfigurationPolicyGroupAssociations

Gets or sets the ConfigurationPolicyGroupAssociations compatibility property.

ConfigurationPolicyGroups

Compatibility member.

EnableInternetSecurity

Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Name of the resource.

(Inherited from NetworkResourceData)
PreviousConfigurationPolicyGroupAssociations

List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.

ProvisioningState

The provisioning state of the P2SConnectionConfiguration resource.

ResourceType

Compatibility member.

(Inherited from NetworkResourceData)
RoutingConfiguration

Gets or sets the RoutingConfiguration compatibility property.

Type

Resource type.

(Inherited from NetworkResourceData)
VpnClientAddressPool

The reference to the address space resource which represents Address space for P2S VpnClient.

VpnClientAddressPrefixes

Compatibility member.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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<NetworkSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkSubResource)
IJsonModel<P2SConnectionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<P2SConnectionConfiguration>.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<NetworkSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkSubResource)
IPersistableModel<P2SConnectionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<P2SConnectionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<P2SConnectionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to