RedisFirewallRuleCreateParameters Class
Parameters required for creating a firewall rule on redis cache. (Note, you can just use the FirewallRule type instead now.).
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.redis.models._models_py3.RedisFirewallRuleRedisFirewallRuleCreateParameters
Constructor
RedisFirewallRuleCreateParameters(*, start_ip: str, end_ip: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start_ip
|
lowest IP address included in the range. Required. |
end_ip
|
highest IP address included in the range. Required. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
start_ip
|
lowest IP address included in the range. Required. |
end_ip
|
highest IP address included in the range. Required. |
Azure SDK for Python