NetworkFeatures Class
Full view of network features for an app (presently VNET integration and Hybrid Connections).
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceNetworkFeatures
Constructor
NetworkFeatures(*, kind: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
system_data
|
The system metadata relating to this resource. |
virtual_network_name
|
The Virtual Network name. |
virtual_network_connection
|
The Virtual Network summary view. |
hybrid_connections
|
The Hybrid Connections summary view. |
hybrid_connections_v2
|
The Hybrid Connection V2 (Service Bus) view. |
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