ServiceCertificateGetParameters 构造函数 (String, String, String)

 

初始化带有所需参数 ServiceCertificateGetParameters 类的新实例。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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
)

请参阅

ServiceCertificateGetParameters 重载
ServiceCertificateGetParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首