ServiceCertificateCreateParameters.CertificateFormat Property
Gets or sets a CertificateFormat value that specifies the format of the certificate.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
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
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.CertificateFormat
A CertificateFormat value.
See Also
ServiceCertificateCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top