AccessControlListRule Class

 

Represents an access control list rule for an input endpoint

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.AccessControlListRule

Syntax

public class AccessControlListRule
public ref class AccessControlListRule 
type AccessControlListRule = class end
Public Class AccessControlListRule

Constructors

Name Description
System_CAPS_pubmethod AccessControlListRule()

Initializes a new instance of the AccessControlListRule class.

Properties

Name Description
System_CAPS_pubproperty Action

Gets or sets the action that is allowed by the access control list rule.

System_CAPS_pubproperty Description

Gets or sets the description of the access control list rule.

System_CAPS_pubproperty Order

Gets or sets the order of application for the access control list rule.

System_CAPS_pubproperty RemoteSubnet

Gets or sets the remote subnet address that is granted access by the access control list rule.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

For more information about access controls rules, see About Network Access Control Lists (ACLs).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top