PrivateEndpointConnection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PrivateEndpointConnection() |
Inicializuje novou instanci PrivateEndpointConnection třídy. |
PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty) |
Inicializuje novou instanci PrivateEndpointConnection třídy. |
PrivateEndpointConnection()
Inicializuje novou instanci PrivateEndpointConnection třídy.
public PrivateEndpointConnection ();
Public Sub New ()
Platí pro
PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)
Inicializuje novou instanci PrivateEndpointConnection třídy.
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)
Parametry
- id
- String
Plně kvalifikované ID prostředku pro prostředek
- name
- String
Název prostředku
- type
- String
Typ prostředku.
- privateEndpoint
- PrivateEndpointProperty
Privátní koncový bod, ke kterému připojení patří.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionStateProperty
Stav připojení privátního koncového bodu.
Platí pro
Azure SDK for .NET