Compartilhar via


ResourceManagementPrivateLinkEndpointConnections Construtores

Definição

Sobrecargas

ResourceManagementPrivateLinkEndpointConnections()

Inicializa uma nova instância da classe ResourceManagementPrivateLinkEndpointConnections.

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

Inicializa uma nova instância da classe ResourceManagementPrivateLinkEndpointConnections.

ResourceManagementPrivateLinkEndpointConnections()

Inicializa uma nova instância da classe ResourceManagementPrivateLinkEndpointConnections.

public ResourceManagementPrivateLinkEndpointConnections ();
Public Sub New ()

Aplica-se a

ResourceManagementPrivateLinkEndpointConnections(IList<String>)

Inicializa uma nova instância da classe 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>

As conexões de ponto de extremidade privado.

Aplica-se a