NetworkSecurityGroup Class
NetworkSecurityGroup resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_09_01.models._models_py3.ResourceNetworkSecurityGroup
Constructor
NetworkSecurityGroup(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, security_rules: typing.Union[typing.List[_ForwardRef('SecurityRule')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- security_rules
- list[SecurityRule]
A collection of security rules of the network security group.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- default_security_rules
- list[SecurityRule]
The default security rules of network security group.
- network_interfaces
- list[NetworkInterface]
A collection of references to network interfaces.
- resource_guid
- str
The resource GUID property of the network security group resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the network security group resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for