NetworkSecurityRule.IsDefault 属性

 

必需。 指定是否这是默认网络安全规则。

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

语法

public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get();
    void set(bool value);
}
member IsDefault : bool with get, set
Public Property IsDefault As Boolean

属性值

Type: System.Boolean

请参阅

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

返回页首