Partager via


RemotePrivateEndpointConnectionWrapper Constructeurs

Définition

Surcharges

RemotePrivateEndpointConnectionWrapper()

Initialise une nouvelle instance de la classe RemotePrivateEndpointConnectionWrapper.

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

Initialise une nouvelle instance de la classe RemotePrivateEndpointConnectionWrapper.

RemotePrivateEndpointConnectionWrapper()

Initialise une nouvelle instance de la classe RemotePrivateEndpointConnectionWrapper.

public RemotePrivateEndpointConnectionWrapper ();
Public Sub New ()

S’applique à

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

Initialise une nouvelle instance de la classe RemotePrivateEndpointConnectionWrapper.

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

Paramètres

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Collection d’informations sur l’état de la connexion entre le consommateur de services et le fournisseur.

id
String

ID de ressource de connexion de point de terminaison privé

name
String

Nom de la connexion de point de terminaison privé

type
String

Type de ressource de connexion de point de terminaison privé

privateEndpoint
ArmIdWrapper

Ressource du point de terminaison privé.

provisioningState
String

État d’approvisionnement de la ressource de connexion de point de terminaison privé.

groupIds
IList<String>

Tous les ID de groupe.

S’applique à