PrivateEndpointConnection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrivateEndpointConnection() |
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。 |
PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, String, SystemData) |
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。 |
PrivateEndpointConnection()
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。
public PrivateEndpointConnection ();
Public Sub New ()
適用対象
PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String, String, SystemData)
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。
public PrivateEndpointConnection (Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, string id = default, string name = default, string type = default, Microsoft.Azure.Management.HDInsight.Models.PrivateEndpoint privateEndpoint = default, string linkIdentifier = default, string provisioningState = default, Microsoft.Azure.Management.HDInsight.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection : Microsoft.Azure.Management.HDInsight.Models.PrivateLinkServiceConnectionState * string * string * string * Microsoft.Azure.Management.HDInsight.Models.PrivateEndpoint * string * string * Microsoft.Azure.Management.HDInsight.Models.SystemData -> Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection
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 linkIdentifier As String = 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
プライベート エンドポイント接続のプライベート エンドポイント
- linkIdentifier
- String
リンク識別子。
- provisioningState
- String
プロビジョニング状態。これは応答にのみ表示されます。 使用できる値は、'InProgress'、'Updating'、'Failed'、'Succeeded'、'Canceled'、'Removeing' です。
- systemData
- SystemData
適用対象
Azure SDK for .NET