RedisFirewallRuleCreateParameters 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.
Parameters required for creating a firewall rule on redis cache. (Note, you can just use the FirewallRule type instead now.)
public class RedisFirewallRuleCreateParameters : Microsoft.Azure.Management.RedisCache.Models.RedisFirewallRule
type RedisFirewallRuleCreateParameters = class
inherit RedisFirewallRule
Public Class RedisFirewallRuleCreateParameters
Inherits RedisFirewallRule
- Inheritance
Constructors
RedisFirewallRuleCreateParameters() |
Initializes a new instance of the RedisFirewallRuleCreateParameters class. |
RedisFirewallRuleCreateParameters(String, String, String, String, String) |
Initializes a new instance of the RedisFirewallRuleCreateParameters class. |
Properties
EndIP |
Gets or sets highest IP address included in the range (Inherited from RedisFirewallRule) |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
StartIP |
Gets or sets lowest IP address included in the range (Inherited from RedisFirewallRule) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |