次の方法で共有


PublicCertificateInner クラス

定義

パブリック証明書オブジェクト

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

コンストラクター

PublicCertificateInner()

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

PublicCertificateInner(String, String, String, String, Byte[], Nullable<PublicCertificateLocation>, String)

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

プロパティ

Blob

パブリック証明書のバイト配列を取得または設定します

Id

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

(継承元 ProxyResource)
Kind

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

(継承元 ProxyOnlyResourceInner)
Location

リソースの場所

(継承元 Resource)
Name

リソース名

(継承元 ProxyResource)
PublicCertificateLocation

パブリック証明書の場所を取得または設定します。 使用できる値は、'CurrentUserMy'、'LocalMachineMy'、'Unknown' です。

Tags

リソース タグ

(継承元 Resource)
Thumbprint

証明書の拇印を取得します

Type

リソースの種類

(継承元 ProxyResource)

メソッド

Validate()

オブジェクトを検証します。 検証に失敗した場合に ValidationException をスローします。

(継承元 Resource)

適用対象