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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python