Share via


P2SConnectionConfiguration Class

Definition

P2SConnectionConfiguration Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class P2SConnectionConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type P2SConnectionConfiguration = class
    inherit SubResource
Public Class P2SConnectionConfiguration
Inherits SubResource
Inheritance
P2SConnectionConfiguration
Attributes

Constructors

P2SConnectionConfiguration()

Initializes a new instance of the P2SConnectionConfiguration class.

P2SConnectionConfiguration(String, AddressSpace, RoutingConfiguration, Nullable<Boolean>, IList<SubResource>, IList<VpnServerConfigurationPolicyGroup>, String, String, String)

Initializes a new instance of the P2SConnectionConfiguration class.

Properties

ConfigurationPolicyGroupAssociations

Gets list of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.

EnableInternetSecurity

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

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource.

PreviousConfigurationPolicyGroupAssociations

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

ProvisioningState

Gets the provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

RoutingConfiguration

Gets or sets the Routing Configuration indicating the associated and propagated route tables on this connection.

VpnClientAddressPool

Gets or sets the reference to the address space resource which represents Address space for P2S VpnClient.

Applies to