Class VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs
Inheritance
System.Object
VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs
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 VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs : ResourceArgs
Constructors
View SourceVirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs()
Declaration
public VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs()
Properties
View SourceName
A user-defined name of the revoked certificate.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Thumbprint
Declaration
public Input<string> Thumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |