Udostępnij za pośrednictwem


ServiceCertificateDeleteParameters Constructors

Definition

Overloads

ServiceCertificateDeleteParameters()

Initializes a new instance of the ServiceCertificateDeleteParameters class.

ServiceCertificateDeleteParameters(String, String, String)

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

ServiceCertificateDeleteParameters()

Initializes a new instance of the ServiceCertificateDeleteParameters class.

public ServiceCertificateDeleteParameters ();
Public Sub New ()

Applies to

ServiceCertificateDeleteParameters(String, String, String)

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

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

Parameters

serviceName
String
thumbprintAlgorithm
String
thumbprint
String

Applies to