AccessControlListRule.Action Property

 

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

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

Syntax

public string Action { get; set; }
public:
property String^ Action {
    String^ get();
    void set(String^ value);
}
member Action : string with get, set
Public Property Action As String

Property Value

Type: System.String

The allowed action.

See Also

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

Return to top