共用方式為


IAppServiceCertificateOrder 介面

定義

Azure App 服務憑證訂單的不可變用戶端表示。

public interface IAppServiceCertificateOrder : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IUpdate>
type IAppServiceCertificateOrder = interface
    interface IBeta
    interface IGroupableResource<IAppServiceManager, AppServiceCertificateOrderInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<AppServiceCertificateOrderInner>
    interface IRefreshable<IAppServiceCertificateOrder>
    interface IUpdatable<IUpdate>
Public Interface IAppServiceCertificateOrder
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServiceCertificateOrderInner), IHasInner(Of AppServiceCertificateOrderInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServiceCertificateOrder), IUpdatable(Of IUpdate)
實作

屬性

AutoRenew

取得憑證是否應該在到期時自動更新。

CertificateSigningRequest

取得為此訂單建立的最後一個憑證簽署要求。

DistinguishedName

取得憑證的辨別名稱。

DomainVerificationToken

取得網域驗證權杖。

ExpirationTime

取得到期時間。

Id

取得資源識別碼字串

(繼承來源 IHasId)
Inner

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IHasInner<T>)
Intermediate

取得中繼憑證。

Key

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IIndexable)
KeySize

取得憑證金鑰大小。

LastCertificateIssuanceTime

取得上次發行時間。

Manager

取得此資源類型的管理員用戶端類型。

(繼承來源 IHasManager<ManagerT>)
Name

取得資源的名稱

(繼承來源 IHasName)
ProductType

取得憑證產品類型。

Region

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IResource)
RegionName

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IResource)
ResourceGroupName

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IHasResourceGroup)
Root

取得根憑證。

SerialNumber

取得憑證目前的序號。

SignedCertificate

取得已簽署的憑證。

Status

取得目前的訂單狀態。

Tags

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IResource)
Type

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IResource)
ValidityInYears

取得年份 (的持續時間必須介於 1 到 3) 之間。

方法

CreateKeyVaultBinding(String, IVault)

將金鑰保存庫秘密系結至憑證存放區,一旦憑證準備就緒,即可用來儲存憑證。

CreateKeyVaultBindingAsync(String, IVault, CancellationToken)

將金鑰保存庫秘密系結至憑證存放區,一旦憑證準備就緒,即可用來儲存憑證。

GetKeyVaultBinding()

Azure App 服務憑證訂單的不可變用戶端表示。

GetKeyVaultBindingAsync(CancellationToken)

Azure App 服務憑證訂單的不可變用戶端表示。

Refresh()

重新整理要與 Azure 同步處理的資源。

(繼承來源 IRefreshable<T>)
RefreshAsync(CancellationToken)

重新整理要與 Azure 同步處理的資源。

(繼承來源 IRefreshable<T>)
Update()

Azure App 服務憑證訂單的不可變用戶端表示。

(繼承來源 IUpdatable<T>)
VerifyDomainOwnership(IAppServiceDomain)

藉由提供 Azure 購買的網域來驗證網域的擁有權。

VerifyDomainOwnershipAsync(IAppServiceDomain, CancellationToken)

藉由提供 Azure 購買的網域來驗證網域的擁有權。

適用於