Compartilhar via


ConnectionTypeListResponse.ConnectionTypes Propriedade

 

Opcional. Obtém ou define uma lista de tipos de conexão.

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

Sintaxe

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

Valor de propriedade

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

Consulte também

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

Retornar ao topo