Udostępnij za pośrednictwem


CertificateBaseProperties Konstruktory

Definicja

Przeciążenia

CertificateBaseProperties()

Inicjuje nowe wystąpienie klasy CertificateBaseProperties.

CertificateBaseProperties(String, String, CertificateFormat)

Inicjuje nowe wystąpienie klasy CertificateBaseProperties.

CertificateBaseProperties()

Inicjuje nowe wystąpienie klasy CertificateBaseProperties.

public CertificateBaseProperties ();
Public Sub New ()

Dotyczy

CertificateBaseProperties(String, String, CertificateFormat)

Inicjuje nowe wystąpienie klasy CertificateBaseProperties.

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)

Parametry

thumbprintAlgorithm
String

Algorytm odcisku palca certyfikatu.

thumbprint
String

Odcisk palca certyfikatu.

format
CertificateFormat

Format certyfikatu — Pfx lub Cer. Jeśli pominięto, wartość domyślna to Pfx. Możliwe wartości to: "Pfx", "Cer"

Dotyczy