PrivateEndpoint Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PrivateEndpoint() |
Initialisiert eine neue instance der PrivateEndpoint-Klasse. |
PrivateEndpoint(String, String, String, String, IDictionary<String, String>, ExtendedLocation, Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>, IList<ApplicationSecurityGroup>, IList<PrivateEndpointIPConfiguration>, String, String) |
Initialisiert eine neue instance der PrivateEndpoint-Klasse. |
PrivateEndpoint()
Initialisiert eine neue instance der PrivateEndpoint-Klasse.
public PrivateEndpoint ();
Public Sub New ()
Gilt für:
PrivateEndpoint(String, String, String, String, IDictionary<String, String>, ExtendedLocation, Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>, IList<ApplicationSecurityGroup>, IList<PrivateEndpointIPConfiguration>, String, String)
Initialisiert eine neue instance der PrivateEndpoint-Klasse.
public PrivateEndpoint (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ExtendedLocation extendedLocation = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> networkInterfaces = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> privateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> manualPrivateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat> customDnsConfigs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointIPConfiguration> ipConfigurations = default, string customNetworkInterfaceName = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.PrivateEndpoint : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExtendedLocation * Microsoft.Azure.Management.Network.Models.Subnet * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceConnection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointIPConfiguration> * string * string -> Microsoft.Azure.Management.Network.Models.PrivateEndpoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional subnet As Subnet = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional manualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional customDnsConfigs As IList(Of CustomDnsConfigPropertiesFormat) = Nothing, Optional applicationSecurityGroups As IList(Of ApplicationSecurityGroup) = Nothing, Optional ipConfigurations As IList(Of PrivateEndpointIPConfiguration) = Nothing, Optional customNetworkInterfaceName As String = Nothing, Optional etag As String = Nothing)
Parameter
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags.
- extendedLocation
- ExtendedLocation
Der erweiterte Speicherort des Lastenausgleichs.
- subnet
- Subnet
Die ID des Subnetzes, aus dem die private IP-Adresse zugeordnet wird.
- networkInterfaces
- IList<NetworkInterface>
Ein Array von Verweisen auf die Netzwerkschnittstellen, die für diesen privaten Endpunkt erstellt wurden.
- provisioningState
- String
Der Bereitstellungsstatus der privaten Endpunktressource. Mögliche Werte: "Succeeded", "Updating", "Deleting", "Failed"
- privateLinkServiceConnections
- IList<PrivateLinkServiceConnection>
Eine Gruppierung von Informationen zur Verbindung mit der Remoteressource.
- manualPrivateLinkServiceConnections
- IList<PrivateLinkServiceConnection>
Eine Gruppierung von Informationen zur Verbindung mit der Remoteressource. Wird verwendet, wenn der Netzwerkadministrator keinen Zugriff hat, um Verbindungen mit der Remoteressource zu genehmigen.
- customDnsConfigs
- IList<CustomDnsConfigPropertiesFormat>
Ein Array von benutzerdefinierten DNS-Konfigurationen.
- applicationSecurityGroups
- IList<ApplicationSecurityGroup>
Anwendungssicherheitsgruppen, in denen die IP-Konfiguration des privaten Endpunkts enthalten ist.
- ipConfigurations
- IList<PrivateEndpointIPConfiguration>
Eine Liste der IP-Konfigurationen des privaten Endpunkts. Dies wird verwendet, um den Endpunkten des Erstanbieterdiensts zuzuordnen.
- customNetworkInterfaceName
- String
Der benutzerdefinierte Name der Netzwerkschnittstelle, die an den privaten Endpunkt angefügt ist.
- etag
- String
Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.
Gilt für:
Azure SDK for .NET