VirtualIPEndpoints.InstanceEndpoints Property
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public abstract IDictionary<int, RoleInstanceEndpoint> InstanceEndpoints { get; internal set; }
public:
property IDictionary<int, RoleInstanceEndpoint^>^ InstanceEndpoints {
virtual IDictionary<int, RoleInstanceEndpoint^>^ get() abstract;
internal: virtual void set(IDictionary<int, RoleInstanceEndpoint^>^ value) abstract;
}
abstract InstanceEndpoints : IDictionary<int, RoleInstanceEndpoint> with get, internal set
Public MustOverride Property InstanceEndpoints As IDictionary(Of Integer, RoleInstanceEndpoint)
Get
Friend Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<Int32, RoleInstanceEndpoint>
See Also
VirtualIPEndpoints Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
Return to top