PrivateEndpointConnection クラス

定義

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PrivateEndpointConnection+PrivateEndpointConnectionConverter))]
public class PrivateEndpointConnection : Azure.Analytics.Synapse.Artifacts.Models.ProxyResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PrivateEndpointConnection+PrivateEndpointConnectionConverter))>]
type PrivateEndpointConnection = class
    inherit ProxyResource
Public Class PrivateEndpointConnection
Inherits ProxyResource
継承
PrivateEndpointConnection
属性

コンストラクター

PrivateEndpointConnection()

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

プロパティ

ConnectionState

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

Id

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

(継承元 Resource)
Name

リソースの名前。

(継承元 Resource)
PrivateEndpoint

接続が属するプライベート エンドポイント。

ProvisioningState

プライベート エンドポイント接続のプロビジョニング状態。

Type

リソースの型。 たとえば、"Microsoft.Compute/virtualMachines" や "Microsoft.Storage/storageAccounts" などです。

(継承元 Resource)

適用対象