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