FirewallRuleProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a server firewall rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.FirewallRulePropertiesTypeConverter))]
public class FirewallRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRuleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.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.MySql.Models.Api20171201.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. |