ConfigurationSet.InputEndpoints Property

 

Gets or sets a collection of InputEndpoint objects that enable communication with the Virtual Machine.

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

Syntax

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

Property Value

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

A collection of InputEndpoint objects.

Remarks

This property is used with the NetworkConfiguration configuration type.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top