ResourceManagementPrivateLinkEndpointConnections Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se a
Azure SDK for .NET