NewAzureRmServiceFabricCluster.CertificateIssuerThumbprint 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[] { "CertIssuerThumbprint" })]
[System.Management.Automation.Parameter(HelpMessage="Certificate issuer thumbprint, separated by commas if more than one", Mandatory=false, ParameterSetName="ByExistingKeyVault")]
[System.Management.Automation.Parameter(HelpMessage="Certificate issuer thumbprint, separated by commas if more than one", Mandatory=false, ParameterSetName="ByExistingPfxAndVaultName")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public override string CertificateIssuerThumbprint { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "CertIssuerThumbprint" })>]
[<System.Management.Automation.Parameter(HelpMessage="Certificate issuer thumbprint, separated by commas if more than one", Mandatory=false, ParameterSetName="ByExistingKeyVault")>]
[<System.Management.Automation.Parameter(HelpMessage="Certificate issuer thumbprint, separated by commas if more than one", Mandatory=false, ParameterSetName="ByExistingPfxAndVaultName")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CertificateIssuerThumbprint : string with get, set
Public Overrides Property CertificateIssuerThumbprint As String
Property Value
- Attributes