Certificate 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
憑證的定義。
public class Certificate
[Microsoft.Rest.Serialization.JsonTransformation]
public class Certificate : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Certificate = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Certificate = class
inherit ProxyResource
Public Class Certificate
Public Class Certificate
Inherits ProxyResource
- 繼承
-
Certificate
- 繼承
- 屬性
建構函式
Certificate() |
初始化 Certificate 類別的新實例。 |
Certificate(String, String, String, String, DateTimeOffset, Boolean, DateTimeOffset, DateTimeOffset, String) |
初始化 Certificate 類別的新實例。 |
屬性
CreationTime |
取得建立時間。 |
Description |
取得或設定描述。 |
ExpiryTime |
取得憑證的到期時間。 |
Id |
憑證的定義。 |
Id |
取得資源的完整資源識別碼 (繼承來源 Resource) |
IsExportable |
取得 憑證的可匯出旗標。 |
LastModifiedTime |
取得上次修改的時間。 |
Name |
憑證的定義。 |
Name |
取得資源的名稱 (繼承來源 Resource) |
Properties |
憑證的定義。 |
Thumbprint |
取得憑證的指紋。 |
Type |
取得資源的型別。 (繼承來源 Resource) |