Class VpnServerConfiguration
Manages a VPN Server Configuration.
Inherited Members
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public class VpnServerConfiguration : CustomResource
Constructors
View SourceVpnServerConfiguration(String, VpnServerConfigurationArgs, CustomResourceOptions)
Create a VpnServerConfiguration resource with the given unique name, arguments, and options.
Declaration
public VpnServerConfiguration(string name, VpnServerConfigurationArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| VpnServerConfigurationArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAzureActiveDirectoryAuthentications
A azure_active_directory_authentication block as defined below.
Declaration
public Output<ImmutableArray<VpnServerConfigurationAzureActiveDirectoryAuthentication>> AzureActiveDirectoryAuthentications { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<VpnServerConfigurationAzureActiveDirectoryAuthentication>> |
ClientRevokedCertificates
One or more client_revoked_certificate blocks as defined below.
Declaration
public Output<ImmutableArray<VpnServerConfigurationClientRevokedCertificate>> ClientRevokedCertificates { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<VpnServerConfigurationClientRevokedCertificate>> |
ClientRootCertificates
One or more client_root_certificate blocks as defined below.
Declaration
public Output<ImmutableArray<VpnServerConfigurationClientRootCertificate>> ClientRootCertificates { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<VpnServerConfigurationClientRootCertificate>> |
IpsecPolicy
A ipsec_policy block as defined below.
Declaration
public Output<VpnServerConfigurationIpsecPolicy> IpsecPolicy { get; }
Property Value
| Type | Description |
|---|---|
| Output<VpnServerConfigurationIpsecPolicy> |
Location
The Azure location where this VPN Server Configuration should be created. Changing this forces a new resource to be created.
Declaration
public Output<string> Location { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
The Name which should be used for this VPN Server Configuration. Changing this forces a new resource to be created.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
RadiusServer
A radius_server block as defined below.
Declaration
public Output<VpnServerConfigurationRadiusServer> RadiusServer { get; }
Property Value
| Type | Description |
|---|---|
| Output<VpnServerConfigurationRadiusServer> |
ResourceGroupName
The Name of the Resource Group in which this VPN Server Configuration should be created. Changing this forces a new resource to be created.
Declaration
public Output<string> ResourceGroupName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public Output<ImmutableDictionary<string, string>> Tags { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
VpnAuthenticationTypes
A list of one of more Authentication Types applicable for this VPN Server Configuration. Possible values are AAD (Azure Active Directory), Certificate and Radius.
Declaration
public Output<string> VpnAuthenticationTypes { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
VpnProtocols
A list of VPN Protocols to use for this Server Configuration. Possible values are IkeV2 and OpenVPN.
Declaration
public Output<ImmutableArray<string>> VpnProtocols { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Methods
View SourceGet(String, Input<String>, VpnServerConfigurationState, CustomResourceOptions)
Get an existing VpnServerConfiguration resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static VpnServerConfiguration Get(string name, Input<string> id, VpnServerConfigurationState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| VpnServerConfigurationState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| VpnServerConfiguration |