Compartilhar via


NetworkInterfaceInstance.IPConfigurations Propriedade

 

Opcional.

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

Sintaxe

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

Valor de propriedade

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

Consulte também

Classe NetworkInterfaceInstance
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo