次の方法で共有


PrivateEndpointConnectionInner コンストラクター

定義

オーバーロード

PrivateEndpointConnectionInner()

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

PrivateEndpointConnectionInner(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint)

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

PrivateEndpointConnectionInner()

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

public PrivateEndpointConnectionInner ();
Public Sub New ()

適用対象

PrivateEndpointConnectionInner(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint)

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

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

パラメーター

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。

id
String
name
String
type
String
provisioningState
PrivateEndpointConnectionProvisioningState

現在のプロビジョニング状態。 使用可能な値には、'Succeeded'、'Creating'、'Removeing'、'Failed' などがあります。

privateEndpoint
PrivateEndpoint

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

適用対象