Share via


NetworkSecurityRule.Action Property

 

Required. Allow/Deny. Whether to allow or deny traffic.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.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

See Also

NetworkSecurityRule Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top