ServiceCertificateDeleteParameters 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
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
Azure SDK for .NET