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(PrivateLinkServiceConnectionState, PrivateEndpoint, String, String, String, String)

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

プロパティ

Id

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

Name

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

PrivateEndpoint

プライベート エンドポイントのリソースを取得します。

PrivateLinkServiceConnectionState

DiskAccess とVirtual Network間の接続の状態に関する情報のコレクションを取得または設定します。

ProvisioningState

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

Type

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

メソッド

Validate()

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

適用対象