Class ClusterCertificateCommonNamesCommonNameArgs
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.ServiceFabric.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterCertificateCommonNamesCommonNameArgs : ResourceArgs
Constructors
View SourceClusterCertificateCommonNamesCommonNameArgs()
Declaration
public ClusterCertificateCommonNamesCommonNameArgs()
Properties
View SourceCertificateCommonName
The common or subject name of the certificate.
Declaration
public Input<string> CertificateCommonName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificateIssuerThumbprint
The Issuer Thumbprint of the Certificate.
Declaration
public Input<string> CertificateIssuerThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |