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)

public:
property String^ Action {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The allowed action.

Return to top
Show: