次の方法で共有


PrivateEndpointConnection コンストラクター

定義

オーバーロード

PrivateEndpointConnection()

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

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

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

PrivateEndpointConnection()

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

public PrivateEndpointConnection ();
Public Sub New ()

適用対象

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

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

public PrivateEndpointConnection (Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, Microsoft.Azure.Management.Compute.Models.PrivateEndpoint privateEndpoint = default, string provisioningState = default, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection : Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState * Microsoft.Azure.Management.Compute.Models.PrivateEndpoint * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection
Public Sub New (privateLinkServiceConnectionState As PrivateLinkServiceConnectionState, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional provisioningState As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

パラメーター

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

DiskAccess と Virtual Network間の接続の状態に関する情報のコレクション。

privateEndpoint
PrivateEndpoint

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

provisioningState
String

プライベート エンドポイント接続リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Creating'、'Deleting'、'Failed' です。

id
String

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

name
String

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

type
String

プライベート エンドポイント接続の種類

適用対象