CertificateBaseProperties Constructors
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.
Overloads
CertificateBaseProperties() |
Initializes a new instance of the CertificateBaseProperties class. |
CertificateBaseProperties(String, String, CertificateFormat) |
Initializes a new instance of the CertificateBaseProperties class. |
CertificateBaseProperties()
Initializes a new instance of the CertificateBaseProperties class.
public CertificateBaseProperties();
Public Sub New ()
Applies to
CertificateBaseProperties(String, String, CertificateFormat)
Initializes a new instance of the CertificateBaseProperties class.
public CertificateBaseProperties(string thumbprintAlgorithm = default, string thumbprint = default, Microsoft.Azure.Management.Batch.Models.CertificateFormat format = Microsoft.Azure.Management.Batch.Models.CertificateFormat.Pfx);
new Microsoft.Azure.Management.Batch.Models.CertificateBaseProperties : string * string * Microsoft.Azure.Management.Batch.Models.CertificateFormat -> Microsoft.Azure.Management.Batch.Models.CertificateBaseProperties
Public Sub New (Optional thumbprintAlgorithm As String = Nothing, Optional thumbprint As String = Nothing, Optional format As CertificateFormat = Microsoft.Azure.Management.Batch.Models.CertificateFormat.Pfx)
Parameters
- thumbprintAlgorithm
- String
The algorithm of the certificate thumbprint.
- thumbprint
- String
The thumbprint of the certificate.
- format
- CertificateFormat
The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'
Applies to
Azure SDK for .NET