次の方法で共有


RemotePrivateEndpointConnectionARMResource コンストラクター

定義

オーバーロード

RemotePrivateEndpointConnectionARMResource()

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

RemotePrivateEndpointConnectionARMResource(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)

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

RemotePrivateEndpointConnectionARMResource()

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

public RemotePrivateEndpointConnectionARMResource ();
Public Sub New ()

適用対象

RemotePrivateEndpointConnectionARMResource(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)

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

public RemotePrivateEndpointConnectionARMResource (string id = default, string name = default, string kind = default, string type = default, string provisioningState = default, Microsoft.Azure.Management.WebSites.Models.ArmIdWrapper privateEndpoint = default, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.IList<string> ipAddresses = default);
new Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.ArmIdWrapper * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpoint As ArmIdWrapper = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing, Optional ipAddresses As IList(Of String) = Nothing)

パラメーター

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

provisioningState
String
privateEndpoint
ArmIdWrapper

リモート プライベート エンドポイント接続の PrivateEndpoint

privateLinkServiceConnectionState
PrivateLinkConnectionState
ipAddresses
IList<String>

リモート プライベート エンドポイントにマップされたプライベート IPAddresses

適用対象