ConfigurationSet.InputEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Contains a collection of external endpoints for the virtual machine. This element is only used with the NetworkConfigurationSet type.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.InputEndpoint> InputEndpoints { get; set; }
member this.InputEndpoints : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.InputEndpoint> with get, set
Public Property InputEndpoints As IList(Of InputEndpoint)