VirtualMachineGetResponse.DefaultWinRmCertificateThumbprint 属性
获取或设置 WinRM HTTPS 侦听器使用的证书的只读指纹。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string DefaultWinRmCertificateThumbprint { get; set; }
public:
property String^ DefaultWinRmCertificateThumbprint {
String^ get();
void set(String^ value);
}
member DefaultWinRmCertificateThumbprint : string with get, set
Public Property DefaultWinRmCertificateThumbprint As String
属性值
Type: System.String
指纹。
请参阅
VirtualMachineGetResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首