次の方法で共有


GatewayCertificateAuthorityContract クラス

定義

ゲートウェイ証明機関の詳細。

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

コンストラクター

GatewayCertificateAuthorityContract()

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

GatewayCertificateAuthorityContract(String, String, String, Nullable<Boolean>)

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

プロパティ

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
IsTrusted

証明機関が信頼されているかどうかを取得または設定して決定します。

Name

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

(継承元 Resource)
Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

適用対象