VnetParametersProperties Class

VnetParameters resource specific properties.

Constructor

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

Variables

Name Description
vnet_resource_group
str

The Resource Group of the VNET to be validated.

vnet_name
str

The name of the VNET to be validated.

vnet_subnet_name
str

The subnet name to be validated.

subnet_resource_id
str

The ARM Resource ID of the subnet to validate.

Attributes

subnet_resource_id

The ARM Resource ID of the subnet to validate.

subnet_resource_id: str | None

vnet_name

The name of the VNET to be validated.

vnet_name: str | None

vnet_resource_group

The Resource Group of the VNET to be validated.

vnet_resource_group: str | None

vnet_subnet_name

The subnet name to be validated.

vnet_subnet_name: str | None