VirtualNetworkProfile Class
Specification for using a Virtual Network.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web._serialization.ModelVirtualNetworkProfile
Constructor
VirtualNetworkProfile(*, id: str, subnet: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource id of the Virtual Network. Required. |
subnet
|
Subnet within the Virtual Network. |
Variables
Name | Description |
---|---|
id
|
Resource id of the Virtual Network. Required. |
name
|
Name of the Virtual Network (read-only). |
type
|
Resource type of the Virtual Network (read-only). |
subnet
|
Subnet within the Virtual Network. |
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