Compartilhar via


ExpressRouteGatewayList Construtores

Definição

Sobrecargas

ExpressRouteGatewayList()

Inicializa uma nova instância da classe ExpressRouteGatewayList.

ExpressRouteGatewayList(IList<ExpressRouteGateway>)

Inicializa uma nova instância da classe ExpressRouteGatewayList.

ExpressRouteGatewayList()

Inicializa uma nova instância da classe ExpressRouteGatewayList.

public ExpressRouteGatewayList ();
Public Sub New ()

Aplica-se a

ExpressRouteGatewayList(IList<ExpressRouteGateway>)

Inicializa uma nova instância da classe ExpressRouteGatewayList.

public ExpressRouteGatewayList (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway> value = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayList : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway> -> Microsoft.Azure.Management.Network.Models.ExpressRouteGatewayList
Public Sub New (Optional value As IList(Of ExpressRouteGateway) = Nothing)

Parâmetros

value
IList<ExpressRouteGateway>

Lista de gateways do ExpressRoute.

Aplica-se a