FirewallRuleProperties Class

Definition

The properties of a server firewall rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.FirewallRulePropertiesTypeConverter))]
public class FirewallRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IFirewallRuleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.FirewallRulePropertiesTypeConverter))>]
type FirewallRuleProperties = class
    interface IFirewallRuleProperties
    interface IJsonSerializable
Public Class FirewallRuleProperties
Implements IFirewallRuleProperties
Inheritance
FirewallRuleProperties
Attributes
Implements

Constructors

FirewallRuleProperties()

Creates an new FirewallRuleProperties instance.

Properties

EndIPAddress

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

StartIPAddress

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FirewallRuleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FirewallRuleProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IFirewallRuleProperties.

FromJsonString(String)

Creates a new instance of FirewallRuleProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FirewallRuleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to