次の方法で共有


IAppServiceCertificateOrder インターフェイス

定義

Azure App Service証明書の順序の変更できないクライアント側表現。

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

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IHasInner<T>)
Intermediate

中間証明書を取得します。

Key

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IIndexable)
KeySize

証明書キーのサイズを取得します。

LastCertificateIssuanceTime

最後の発行時刻を取得します。

Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
ProductType

証明書製品の種類を取得します。

Region

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IResource)
RegionName

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IResource)
ResourceGroupName

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IHasResourceGroup)
Root

ルート証明書を取得します。

SerialNumber

証明書の現在のシリアル番号を取得します。

SignedCertificate

署名された証明書を取得します。

Status

現在の注文の状態を取得します。

Tags

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IResource)
Type

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IResource)
ValidityInYears

年単位の期間を取得します (1 から 3 の間である必要があります)。

メソッド

CreateKeyVaultBinding(String, IVault)

Key Vault シークレットを証明書ストアにバインドします。このシークレットは、準備ができたら証明書を格納するために使用されます。

CreateKeyVaultBindingAsync(String, IVault, CancellationToken)

Key Vault シークレットを証明書ストアにバインドします。このシークレットは、準備ができたら証明書を格納するために使用されます。

GetKeyVaultBinding()

Azure App Service証明書の順序の変更できないクライアント側表現。

GetKeyVaultBindingAsync(CancellationToken)

Azure App Service証明書の順序の変更できないクライアント側表現。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure App Service証明書の順序の変更できないクライアント側表現。

(継承元 IUpdatable<T>)
VerifyDomainOwnership(IAppServiceDomain)

Azure で購入したドメインを指定して、ドメインの所有権を確認します。

VerifyDomainOwnershipAsync(IAppServiceDomain, CancellationToken)

Azure で購入したドメインを指定して、ドメインの所有権を確認します。

適用対象