FirewallRules 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.
Target service's firewall rules. to allow connections from source service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.FirewallRulesTypeConverter))]
public class FirewallRules : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IFirewallRules
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.FirewallRulesTypeConverter))>]
type FirewallRules = class
interface IFirewallRules
interface IJsonSerializable
Public Class FirewallRules
Implements IFirewallRules
- Inheritance
-
FirewallRules
- Attributes
- Implements
Constructors
FirewallRules() |
Creates an new FirewallRules instance. |
Properties
AzureService |
Allow Azure services to access the target service if true. |
CallerClientIP |
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. |
IPRange |
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FirewallRules. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FirewallRules. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IFirewallRules. |
FromJsonString(String) |
Creates a new instance of FirewallRules, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FirewallRules into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |