次の方法で共有


PrivateEndpointConnection クラス

定義

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    interface IResource
Public Class PrivateEndpointConnection
Implements IResource
継承
PrivateEndpointConnection
属性
実装

コンストラクター

PrivateEndpointConnection()

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

PrivateEndpointConnection(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

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

プロパティ

PrivateEndpoint

プライベート エンドポイント オブジェクトのプロパティを取得または設定します。

PrivateLinkServiceConnectionState

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

ProvisioningState

プライベート エンドポイント接続のプロビジョニング状態を取得または設定します。 使用可能な値には、'Succeeded'、'Creating'、'Updating'、'Removeing'、'Failed'、'Disconnected' などがあります。

適用対象