次の方法で共有


AppServiceCertificateOrderPatchResource クラス

定義

Azure を通じて購入された証明書注文の ARM リソース。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceCertificateOrderPatchResource : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceCertificateOrderPatchResource = class
    inherit ProxyOnlyResourceInner
Public Class AppServiceCertificateOrderPatchResource
Inherits ProxyOnlyResourceInner
継承
AppServiceCertificateOrderPatchResource
属性

コンストラクター

AppServiceCertificateOrderPatchResource()

AppServiceCertificateOrderPatchResource クラスの新しいインスタンスを初期化します。

AppServiceCertificateOrderPatchResource(CertificateProductType, String, String, String, String, IDictionary<String,AppServiceCertificate>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<ProvisioningState>, Nullable<CertificateOrderStatus>, CertificateDetails, String, CertificateDetails, CertificateDetails, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, IList<AppServiceCertificateNotRenewableReasons1>, Nullable<DateTime>)

AppServiceCertificateOrderPatchResource クラスの新しいインスタンスを初期化します。

プロパティ

AppServiceCertificateNotRenewableReasons

現在App Service証明書が更新できない理由を取得します。

AutoRenew

証明書の有効期限が切れたときに証明書を自動的に更新する必要がある場合は、lt;code&gt;true&lt;/code&gt; を取得または設定&します。それ以外の場合は、&lt;code&gt;false&lt;/code&gt;。

Certificates

Key Vault シークレットの状態を取得または設定します。

Csr

この注文に対して作成された最後の CSR を取得または設定します。

DistinguishedName

証明書の識別名を取得または設定します。

DomainVerificationToken

ドメイン検証トークンを取得します。

ExpirationTime

証明書の有効期限を取得します。

Id

リソース ID。Setter はネットワーク リソースで ID を設定する必要があるため、保護されます。

(継承元 ProxyResource)
Intermediate

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

IsPrivateKeyExternal

秘密キーが外部の場合は lt;コード&gt;true&lt;/code&gt; を取得&します。それ以外の場合は、&lt;code&gt;false&lt;/code&gt;。

KeySize

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

Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResourceInner)
LastCertificateIssuanceTime

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

Location

リソースの場所

(継承元 Resource)
Name

リソース名

(継承元 ProxyResource)
NextAutoRenewalTimeStamp

次に証明書が自動更新されるタイム スタンプを取得します

ProductType

証明書製品の種類を取得または設定します。 使用できる値は、'StandardDomainValidatedSsl'、'StandardDomainValidatedWildCardSsl' です。

ProvisioningState

証明書の注文の状態を取得します。 指定できる値は、'Succeeded'、'Failed'、'Canceled'、'InProgress'、'Deleting' です。

Root

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

SerialNumber

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

SignedCertificate

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

Status

現在の注文の状態を取得します。 使用可能な値は、'Pendingissuance'、'Issued'、'Canceled'、'Denied'、'Pendingrevocation'、'PendingRekey'、'Unused'、'Expired'、'NotSubmitted' です。

Tags

リソース タグ

(継承元 Resource)
Type

リソースの種類

(継承元 ProxyResource)
ValidityInYears

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

メソッド

Validate()

オブジェクトを検証します。

適用対象