PrivateEndpointConnection Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PrivateEndpointConnection() |
Initialiseert een nieuw exemplaar van de klasse PrivateEndpointConnection. |
PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty) |
Initialiseert een nieuw exemplaar van de klasse PrivateEndpointConnection. |
PrivateEndpointConnection()
Initialiseert een nieuw exemplaar van de klasse PrivateEndpointConnection.
public PrivateEndpointConnection ();
Public Sub New ()
Van toepassing op
PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- id
- String
Volledig gekwalificeerde resource-id voor de resource
- name
- String
De naam van de resource
- type
- String
Het type resource.
- privateEndpoint
- PrivateEndpointProperty
Privé-eindpunt waartoe de verbinding behoort.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionStateProperty
Verbindingsstatus van de privé-eindpuntverbinding.
Van toepassing op
Azure SDK for .NET