ServiceCertificateGetParameters 생성자 (String, String, String)
필수 인수를 사용 하 여 ServiceCertificateGetParameters 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
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 네임스페이스
맨 위로 이동