RedisFirewallRuleCreateParameters interface
Parameters required for creating a firewall rule on redis cache. (Note, you can just use the FirewallRule type instead now.)
- Extends
Inherited Properties
endIP | highest IP address included in the range |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
startIP | lowest IP address included in the range |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
endIP
highest IP address included in the range
endIP: string
Property Value
string
Inherited From RedisFirewallRule.endIP
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From RedisFirewallRule.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From RedisFirewallRule.name
startIP
lowest IP address included in the range
startIP: string
Property Value
string
Inherited From RedisFirewallRule.startIP
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From RedisFirewallRule.type