VpnServerConfigurationPolicyGroupData Class

Definition

A class representing the VpnServerConfigurationPolicyGroup data model. VpnServerConfigurationPolicyGroup Resource.

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

Constructors

VpnServerConfigurationPolicyGroupData()

Initializes a new instance of VpnServerConfigurationPolicyGroupData.

Properties

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
IsDefault

Shows if this is a Default VpnServerConfigurationPolicyGroup or not.

Name

Resource name.

(Inherited from NetworkResourceData)
P2SConnectionConfigurations

List of references to P2SConnectionConfigurations.

PolicyMembers

Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.

Priority

Priority for VpnServerConfigurationPolicyGroup.

ProvisioningState

The provisioning state of the VpnServerConfigurationPolicyGroup resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)

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<VpnServerConfigurationPolicyGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<VpnServerConfigurationPolicyGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnServerConfigurationPolicyGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to