NetworkSecurityGroupPropertiesFormat Class
Network Security Group resource.
Constructor
NetworkSecurityGroupPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
flush_connection
|
When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation. |
|
security_rules
|
A collection of security rules of the network security group. |
|
default_security_rules
|
The default security rules of network security group. |
|
network_interfaces
|
A collection of references to network interfaces. |
|
subnets
|
A collection of references to subnets. |
|
flow_logs
|
A collection of references to flow log resources. |
|
resource_guid
|
The resource GUID property of the network security group resource. |
|
provisioning_state
|
The provisioning state of the network security group resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
default_security_rules
The default security rules of network security group.
default_security_rules: list['_models.SecurityRule'] | None
flow_logs
A collection of references to flow log resources.
flow_logs: list['_models.FlowLog'] | None
flush_connection
When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.
flush_connection: bool | None
network_interfaces
A collection of references to network interfaces.
network_interfaces: list['_models.NetworkInterface'] | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
resource_guid
The resource GUID property of the network security group resource.
resource_guid: str | None
security_rules
A collection of security rules of the network security group.
security_rules: list['_models.SecurityRule'] | None
subnets
A collection of references to subnets.
subnets: list['_models.Subnet'] | None