NetworkSecuritySetRuleParameters.Action 属性

 

必需。 获取或设置操作。 允许/拒绝。 是否要允许或拒绝流量。

命名空间:   Microsoft.WindowsAzure.Management.Network.Models
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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

属性值

Type: System.String

请参阅

NetworkSecuritySetRuleParameters 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首