SecurityGroupViewResult Class
The information about security rules applied to the specified VM.
- Inheritance
-
azure.mgmt.network._serialization.ModelSecurityGroupViewResult
Constructor
SecurityGroupViewResult(*, network_interfaces: List[_models.SecurityGroupNetworkInterface] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
network_interfaces
|
List of network interfaces on the specified VM. |
Variables
Name | Description |
---|---|
network_interfaces
|
List of network interfaces on the specified VM. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python