SecurityGroupViewResult Class
The information about security rules applied to the specified VM.
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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python