NetworkRuleSet Class
Description of topic resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventhub.v2021_01_01_preview.models._models_py3.ResourceNetworkRuleSet
Constructor
NetworkRuleSet(*, trusted_service_access_enabled: bool | None = None, default_action: str | _models.DefaultAction | None = None, virtual_network_rules: List[_models.NWRuleSetVirtualNetworkRules] | None = None, ip_rules: List[_models.NWRuleSetIpRules] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
trusted_service_access_enabled
|
Value that indicates whether Trusted Service Access is Enabled or not. |
default_action
|
str or
DefaultAction
Default Action for Network Rule Set. Known values are: "Allow" and "Deny". |
virtual_network_rules
|
List VirtualNetwork Rules. |
ip_rules
|
List of IpRules. |
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". |
system_data
|
The system meta data relating to this resource. |
trusted_service_access_enabled
|
Value that indicates whether Trusted Service Access is Enabled or not. |
default_action
|
str or
DefaultAction
Default Action for Network Rule Set. Known values are: "Allow" and "Deny". |
virtual_network_rules
|
List VirtualNetwork Rules. |
ip_rules
|
List of IpRules. |
Azure SDK for Python