PrivateEndpointConnection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrivateEndpointConnection() |
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。 |
PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String) |
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。 |
PrivateEndpointConnection()
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。
public PrivateEndpointConnection ();
Public Sub New ()
適用対象
PrivateEndpointConnection(PrivateLinkServiceConnectionState, String, String, String, PrivateEndpoint, String)
PrivateEndpointConnection クラスの新しいインスタンスを初期化します。
public PrivateEndpointConnection (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpoint privateEndpoint = default, string provisioningState = default);
new Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpoint * string -> Microsoft.Azure.Management.ApiManagement.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 provisioningState As String = 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'、'Removeing'、'Failed' などがあります。
適用対象
Azure SDK for .NET