Share via


ExtensionEndpointConfiguration.InternalEndpoints Property

 

Optional. Optional. A list of internal endpoints required by this extension. Supported on WebRole or WorkerRole, but ignored on VmRole. Each internal endpoint will be automatically added to the service definition of the deployment utilizing this extension.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<ExtensionEndpointConfiguration.InternalEndpoint>

See Also

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

Return to top