Compartir a través de


ResourceManagementPrivateLinkEndpointConnections Constructores

Definición

Sobrecargas

ResourceManagementPrivateLinkEndpointConnections()

Inicializa una nueva instancia de la clase ResourceManagementPrivateLinkEndpointConnections.

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

Inicializa una nueva instancia de la clase ResourceManagementPrivateLinkEndpointConnections.

ResourceManagementPrivateLinkEndpointConnections()

Inicializa una nueva instancia de la clase ResourceManagementPrivateLinkEndpointConnections.

public ResourceManagementPrivateLinkEndpointConnections ();
Public Sub New ()

Se aplica a

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

Inicializa una nueva instancia de la clase ResourceManagementPrivateLinkEndpointConnections.

public ResourceManagementPrivateLinkEndpointConnections (System.Collections.Generic.IList<string> privateEndpointConnections = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections
Public Sub New (Optional privateEndpointConnections As IList(Of String) = Nothing)

Parámetros

privateEndpointConnections
IList<String>

Conexiones de punto de conexión privado.

Se aplica a