ContainerGroupSubnetId Class
Container group subnet information.
All required parameters must be populated in order to send to Azure.
Constructor
ContainerGroupSubnetId(*, id: str, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
id
|
Resource ID of virtual network and subnet. Required. |
|
name
|
Friendly name for the subnet. Default value: None
|