你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisFirewallRule 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.
A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect
[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisFirewallRule : Microsoft.Azure.Management.RedisCache.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisFirewallRule = class
inherit ProxyResource
Public Class RedisFirewallRule
Inherits ProxyResource
- Inheritance
- Derived
- Attributes
Constructors
RedisFirewallRule() |
Initializes a new instance of the RedisFirewallRule class. |
RedisFirewallRule(String, String, String, String, String) |
Initializes a new instance of the RedisFirewallRule class. |
Properties
EndIP |
Gets or sets highest IP address included in the range |
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 |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |