ResourceManagementPrivateLinkEndpointConnections Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Se aplica a
Azure SDK for .NET