IpFirewallRuleInfo Class
IP firewall rule.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.synapse.models._models_py3.ProxyResourceIpFirewallRuleInfo
Constructor
IpFirewallRuleInfo(*, end_ip_address: Optional[str] = None, start_ip_address: Optional[str] = None, **kwargs)
Parameters
- end_ip_address
- str
The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
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".
- provisioning_state
- str or ProvisioningState
Resource provisioning state. Possible values include: "Provisioning", "Succeeded", "Deleting", "Failed", "DeleteError".
Feedback
Submit and view feedback for