次の方法で共有


ApplicationGatewayTrustedRootCertificate クラス

定義

アプリケーション ゲートウェイの信頼されたルート証明書。

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

コンストラクター

ApplicationGatewayTrustedRootCertificate()

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

ApplicationGatewayTrustedRootCertificate(String, String, String, String, String, String, String)

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

プロパティ

Data

証明書のパブリック データを取得または設定します。

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

Id

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

(継承元 SubResource)
KeyVaultSecretId

KeyVault に格納されているシークレット ID (base-64 でエンコードされた暗号化されていない pfx) 'Secret' または 'Certificate' オブジェクトを取得または設定します。

Name

Application Gateway内で一意の信頼されたルート証明書の名前を取得または設定します。

ProvisioningState

信頼されたルート証明書リソースのプロビジョニング状態を取得します。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

Type

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

適用対象