Class VpnServerConfigurationRadiusServerServerRootCertificateArgs
Inheritance
System.Object
VpnServerConfigurationRadiusServerServerRootCertificateArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VpnServerConfigurationRadiusServerServerRootCertificateArgs : ResourceArgs
Constructors
View SourceVpnServerConfigurationRadiusServerServerRootCertificateArgs()
Declaration
public VpnServerConfigurationRadiusServerServerRootCertificateArgs()
Properties
View SourceName
A name used to uniquely identify this certificate.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicCertData
The Public Key Data associated with the Certificate.
Declaration
public Input<string> PublicCertData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |