Udostępnij za pośrednictwem


StoredCertificateSettings Constructors

Definition

Overloads

StoredCertificateSettings()

Initializes a new instance of the StoredCertificateSettings class.

StoredCertificateSettings(String, String)

Initializes a new instance of the StoredCertificateSettings class with required arguments.

StoredCertificateSettings()

Initializes a new instance of the StoredCertificateSettings class.

public StoredCertificateSettings ();
Public Sub New ()

Applies to

StoredCertificateSettings(String, String)

Initializes a new instance of the StoredCertificateSettings class with required arguments.

public StoredCertificateSettings (string storeName, string thumbprint);
new Microsoft.WindowsAzure.Management.Compute.Models.StoredCertificateSettings : string * string -> Microsoft.WindowsAzure.Management.Compute.Models.StoredCertificateSettings
Public Sub New (storeName As String, thumbprint As String)

Parameters

storeName
String
thumbprint
String

Applies to