Compartilhar via


ConnectionListResponse.Connection Propriedade

 

Opcional. Obtém ou define uma lista de conexões.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public IList<Connection> Connection { get; set; }
public:
property IList<Connection^>^ Connection {
    IList<Connection^>^ get();
    void set(IList<Connection^>^ value);
}
member Connection : IList<Connection> with get, set
Public Property Connection As IList(Of Connection)

Valor de propriedade

Type: System.Collections.Generic.IList<Connection>

Consulte também

Classe ConnectionListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo