你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisFirewallRuleCreateParameters Class

Definition

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
RedisFirewallRuleCreateParameters

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.

Applies to