ServiceFabricClusterCertificateCmdlet.CertificateCommonName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Alias(new System.String[] { "CertCommonName" })]
[System.Management.Automation.Parameter(HelpMessage="Certificate common name", Mandatory=false, ParameterSetName="ByExistingKeyVault")]
[System.Management.Automation.Parameter(HelpMessage="Certificate common name", Mandatory=false, ParameterSetName="ByExistingPfxAndVaultName")]
public virtual string CertificateCommonName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "CertCommonName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Certificate common name", Mandatory=false, ParameterSetName="ByExistingKeyVault")>]
[<System.Management.Automation.Parameter(HelpMessage="Certificate common name", Mandatory=false, ParameterSetName="ByExistingPfxAndVaultName")>]
member this.CertificateCommonName : string with get, set
Public Overridable Property CertificateCommonName As String
Property Value
- Attributes