PrivateEndpointConnection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PrivateEndpointConnection() |
Initialise une nouvelle instance de la classe PrivateEndpointConnection. |
PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty) |
Initialise une nouvelle instance de la classe PrivateEndpointConnection. |
PrivateEndpointConnection()
Initialise une nouvelle instance de la classe PrivateEndpointConnection.
public PrivateEndpointConnection ();
Public Sub New ()
S’applique à
PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)
Initialise une nouvelle instance de la classe PrivateEndpointConnection.
public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Automation.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Automation.Models.PrivateEndpointProperty * Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty -> Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionStateProperty = Nothing)
Paramètres
- id
- String
ID de ressource complet pour la ressource
- name
- String
nom de la ressource.
- type
- String
Type de la ressource.
- privateEndpoint
- PrivateEndpointProperty
Point de terminaison privé auquel la connexion appartient.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionStateProperty
État de la connexion de la connexion de point de terminaison privé.
S’applique à
Azure SDK for .NET