次の方法で共有


PrivateEndpointConnectionDescription コンストラクター

定義

オーバーロード

PrivateEndpointConnectionDescription()

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

PrivateEndpointConnectionDescription(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, SystemData)

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

PrivateEndpointConnectionDescription()

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

public PrivateEndpointConnectionDescription();
Public Sub New ()

適用対象

PrivateEndpointConnectionDescription(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, SystemData)

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

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

パラメーター

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

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

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

privateEndpoint
PrivateEndpoint

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

provisioningState
String

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

systemData
SystemData

リソースの作成と最後の変更に関連するメタデータ。

適用対象