次の方法で共有


ConnectionPropertiesPrivateLinkServiceConnectionState クラス

定義

接続の状態。

public class ConnectionPropertiesPrivateLinkServiceConnectionState : Microsoft.Azure.Management.DigitalTwins.Models.ConnectionState
type ConnectionPropertiesPrivateLinkServiceConnectionState = class
    inherit ConnectionState
Public Class ConnectionPropertiesPrivateLinkServiceConnectionState
Inherits ConnectionState
継承
ConnectionPropertiesPrivateLinkServiceConnectionState

コンストラクター

ConnectionPropertiesPrivateLinkServiceConnectionState()

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

ConnectionPropertiesPrivateLinkServiceConnectionState(String, String, String)

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

プロパティ

ActionsRequired

プライベート エンドポイント接続に必要なアクションを取得または設定します。

(継承元 ConnectionState)
Description

プライベート エンドポイント接続の現在の状態の説明を取得または設定します。

(継承元 ConnectionState)
Status

プライベート エンドポイント接続の状態を取得または設定します。 使用可能な値は、'Pending'、'Approved'、'Rejected'、'Disconnected' です。

(継承元 ConnectionState)

適用対象