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 Azure.
- Inheritance
-
azure.mgmt.redis.models._models_py3.RedisFirewallRuleRedisFirewallRuleCreateParameters
Constructor
RedisFirewallRuleCreateParameters(*, start_ip: str, end_ip: str, **kwargs)
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- start_ip
- str
Required. lowest IP address included in the range.
- end_ip
- str
Required. highest IP address included in the range.
Feedback
Submit and view feedback for