VirtualNetworkFragment Class
A virtual network.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.UpdateResourceVirtualNetworkFragment
Constructor
VirtualNetworkFragment(*, tags: Dict[str, str] | None = None, allowed_subnets: List[SubnetFragment] | None = None, description: str | None = None, external_provider_resource_id: str | None = None, subnet_overrides: List[SubnetOverrideFragment] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tags
Required
|
A set of tags. The tags of the resource. |
allowed_subnets
Required
|
The allowed subnets of the virtual network. |
description
Required
|
The description of the virtual network. |
external_provider_resource_id
Required
|
The Microsoft.Network resource identifier of the virtual network. |
subnet_overrides
Required
|
The subnet overrides of the virtual network. |
Keyword-Only Parameters
Name | Description |
---|---|
tags
Required
|
|
allowed_subnets
Required
|
|
description
Required
|
|
external_provider_resource_id
Required
|
|
subnet_overrides
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python