VirtualNetworkProfile Class
Specification for using a Virtual Network.
Constructor
VirtualNetworkProfile(*args: Any, **kwargs: Any)
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. |
Attributes
id
Resource id of the Virtual Network. Required.
id: str
name
Name of the Virtual Network (read-only).
name: str | None
subnet
Subnet within the Virtual Network.
subnet: str | None
type
Resource type of the Virtual Network (read-only).
type: str | None