Share via


IFirewallRule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.FirewallRuleTypeConverter))]
public interface IFirewallRule : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.FirewallRuleTypeConverter))>]
type IFirewallRule = interface
    interface IJsonSerializable
    interface IProxyResource
Public Interface IFirewallRule
Implements IProxyResource
Derived
Attributes
Implements

Properties

EndIPAddress

The end IP address of the server firewall rule. Must be IPv4 format.

Id

Resource ID

(Inherited from IProxyResource)
Name

Resource name.

(Inherited from IProxyResource)
StartIPAddress

The start IP address of the server firewall rule. Must be IPv4 format.

Type

Resource type.

(Inherited from IProxyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to