Show / Hide Table of Contents

Class VpnServerConfiguration

Manages a VPN Server Configuration.

Inheritance
System.Object
Resource
CustomResource
VpnServerConfiguration
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public class VpnServerConfiguration : CustomResource

Constructors

View Source

VpnServerConfiguration(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 Source

AzureActiveDirectoryAuthentications

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>>
View Source

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>>
View Source

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>>
View Source

IpsecPolicy

A ipsec_policy block as defined below.

Declaration
public Output<VpnServerConfigurationIpsecPolicy> IpsecPolicy { get; }
Property Value
Type Description
Output<VpnServerConfigurationIpsecPolicy>
View Source

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>
View Source

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>
View Source

RadiusServer

A radius_server block as defined below.

Declaration
public Output<VpnServerConfigurationRadiusServer> RadiusServer { get; }
Property Value
Type Description
Output<VpnServerConfigurationRadiusServer>
View Source

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>
View Source

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>>
View Source

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>
View Source

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.