VirtualNetworkProfile Class

Specification for using a Virtual Network.

Constructor

VirtualNetworkProfile(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Resource id of the Virtual Network. Required.

name
str

Name of the Virtual Network (read-only).

type
str

Resource type of the Virtual Network (read-only).

subnet
str

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