PrivateEndpointConnection クラス

定義

プライベート エンドポイント接続。

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

コンストラクター

PrivateEndpointConnection()

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

PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, String, SystemData)

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

プロパティ

Id

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

(継承元 Resource)
LinkIdentifier

リンク識別子を取得します。

Name

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

(継承元 Resource)
PrivateEndpoint

プライベート エンドポイント接続のプライベート エンドポイントを取得します

PrivateLinkServiceConnectionState

プライベート リンク サービスの接続状態を取得または設定します。

ProvisioningState

応答にのみ表示されるプロビジョニング状態を取得します。 使用できる値は、'InProgress'、'Updating'、'Failed'、'Succeeded'、'Canceled'、'Removeing' です。

SystemData

プライベート エンドポイント接続。

Type

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

(継承元 Resource)

メソッド

Validate()

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

適用対象