Class VpnServerConfigurationRadiusServerClientRootCertificateGetArgs
Inheritance
System.Object
VpnServerConfigurationRadiusServerClientRootCertificateGetArgs
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 VpnServerConfigurationRadiusServerClientRootCertificateGetArgs : ResourceArgs
Constructors
View SourceVpnServerConfigurationRadiusServerClientRootCertificateGetArgs()
Declaration
public VpnServerConfigurationRadiusServerClientRootCertificateGetArgs()
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> |
Thumbprint
The Thumbprint of the Certificate.
Declaration
public Input<string> Thumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |