VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.Rules Property

 

Gets or sets a collection of AccessControlListRule objects that define the access control rules for network traffic to the endpoint.

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

Syntax

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

Property Value

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

A collection of AccessControlListRule objects.

See Also

VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top