ServiceCertificateCreateParameters.CertificateFormat 属性
获取或设置 CertificateFormat 值,该值指定该证书的格式。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public CertificateFormat CertificateFormat { get; set; }
public:
property CertificateFormat CertificateFormat {
CertificateFormat get();
void set(CertificateFormat value);
}
member CertificateFormat : CertificateFormat with get, set
Public Property CertificateFormat As CertificateFormat
属性值
Type: Microsoft.WindowsAzure.Management.Compute.Models.CertificateFormat
一个 CertificateFormat 值。
请参阅
ServiceCertificateCreateParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首