CertificateCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含憑證的相關資訊。
[Microsoft.Rest.Serialization.JsonTransformation]
public class CertificateCreateOrUpdateParameters : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CertificateCreateOrUpdateParameters = class
inherit ProxyResource
Public Class CertificateCreateOrUpdateParameters
Inherits ProxyResource
- 繼承
- 屬性
建構函式
CertificateCreateOrUpdateParameters() |
初始化 CertificateCreateOrUpdateParameters 類別的新實例。 |
CertificateCreateOrUpdateParameters(String, String, String, String, String, String, String, CertificateFormat, String) |
初始化 CertificateCreateOrUpdateParameters 類別的新實例。 |
屬性
Data |
取得或設定憑證的 base64 編碼內容。 |
Etag |
取得用於並行語句之資源的 ETag。 (繼承來源 ProxyResource) |
Format |
取得或設定憑證的格式 - Pfx 或 Cer。 如果省略,預設值為 Pfx。 可能的值包括:'Pfx'、'Cer' |
Id |
取得資源的識別碼。 (繼承來源 ProxyResource) |
Name |
取得資源的名稱。 (繼承來源 ProxyResource) |
Password |
取得或設定用來存取憑證私密金鑰的密碼。 |
Thumbprint |
取得或設定憑證的指紋。 |
ThumbprintAlgorithm |
取得或設定憑證指紋的演算法。 |
Type |
取得資源的型別。 (繼承來源 ProxyResource) |
方法
Validate() |
驗證 物件。 |