你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FirewallRule 类

定义

表示服务器防火墙规则。

[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallRule : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallRule = class
    inherit ProxyResource
Public Class FirewallRule
Inherits ProxyResource
继承
属性

构造函数

FirewallRule()

初始化 FirewallRule 类的新实例。

FirewallRule(String, String, String, String, String)

初始化 FirewallRule 类的新实例。

属性

EndIpAddress

获取或设置服务器防火墙规则的结束 IP 地址。 必须为 IPv4 格式。

Id

获取资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
StartIpAddress

获取或设置服务器防火墙规则的起始 IP 地址。 必须为 IPv4 格式。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

方法

Validate()

验证 对象。

适用于