次の方法で共有


AppServiceCertificatePatchResource クラス

定義

Azure を通じて購入した証明書のコンテナー ARM リソースをKey Vaultします。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceCertificatePatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceCertificatePatchResource = class
    inherit ProxyOnlyResource
Public Class AppServiceCertificatePatchResource
Inherits ProxyOnlyResource
継承
AppServiceCertificatePatchResource
属性

コンストラクター

AppServiceCertificatePatchResource()

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

AppServiceCertificatePatchResource(String, String, String, String, String, String, Nullable<KeyVaultSecretStatus>)

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

プロパティ

Id

リソース ID を取得します。

(継承元 ProxyOnlyResource)
KeyVaultId

Key Vault リソース ID を取得または設定します。

KeyVaultSecretName

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

Kind

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

(継承元 ProxyOnlyResource)
Name

リソース名を取得します。

(継承元 ProxyOnlyResource)
ProvisioningState

Key Vault シークレットの状態を取得します。 使用できる値は、'Initialized'、'WaitingOnCertificateOrder'、'Succeeded'、'CertificateOrderFailed'、'OperationNotPermittedOnKeyVault'、'AzureServiceUnauthorizedToAccessKeyVault'、'KeyVaultDoesNotExist'、'KeyVaultSecretDoesNotExist'、'UnknownError'、'ExternalPrivateKey'、'Unknown' です。

Type

リソースの種類を取得します。

(継承元 ProxyOnlyResource)

適用対象