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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python