ServiceCertificateDeleteParameters Constructor (String, String, String)
Initializes a new instance of the ServiceCertificateDeleteParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public ServiceCertificateDeleteParameters(
string serviceName,
string thumbprintAlgorithm,
string thumbprint
)
public:
ServiceCertificateDeleteParameters(
String^ serviceName,
String^ thumbprintAlgorithm,
String^ thumbprint
)
new :
serviceName:string *
thumbprintAlgorithm:string *
thumbprint:string -> ServiceCertificateDeleteParameters
Public Sub New (
serviceName As String,
thumbprintAlgorithm As String,
thumbprint As String
)
See Also
ServiceCertificateDeleteParameters Overload
ServiceCertificateDeleteParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top