P2SConnectionConfigurationInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
P2SConnectionConfiguration Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class P2SConnectionConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type P2SConnectionConfigurationInner = class
inherit SubResource
Public Class P2SConnectionConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
P2SConnectionConfigurationInner() |
Initializes a new instance of the P2SConnectionConfigurationInner class. |
P2SConnectionConfigurationInner(String, AddressSpace, ProvisioningState, String, String) |
Initializes a new instance of the P2SConnectionConfigurationInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
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. |
ProvisioningState |
Gets the provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
VpnClientAddressPool |
Gets or sets the reference of the address space resource which represents Address space for P2S VpnClient. |
Applies to
Azure SDK for .NET