SandboxGroupProperties Class
SandboxGroup resource specific properties.
Constructor
SandboxGroupProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
environment_id
|
The resource ID of the Azure Container Apps environment to link to the sandbox group. A sandbox group can be linked after creation, but the link cannot then be changed or removed. For subsequent create-or-update (PUT) requests, specify the same environment ID; omitting or changing it returns 409 Conflict. Omitting it from an update (PATCH) request leaves the existing link unchanged. |
|
default_domain
|
The default domain of the linked Azure Container Apps environment. Sandbox endpoints use subdomains of this domain. This read-only property is populated by the service and is omitted when no environment is linked. |
|
provisioning_state
|
Known values are: "Succeeded", "Failed", "Canceled", "InProgress", "Updating", and "Deleting". |
Attributes
default_domain
The default domain of the linked Azure Container Apps environment. Sandbox endpoints use subdomains of this domain. This read-only property is populated by the service and is omitted when no environment is linked.
default_domain: str | None
environment_id
The resource ID of the Azure Container Apps environment to link to the sandbox group. A sandbox group can be linked after creation, but the link cannot then be changed or removed. For subsequent create-or-update (PUT) requests, specify the same environment ID; omitting or changing it returns 409 Conflict. Omitting it from an update (PATCH) request leaves the existing link unchanged.
environment_id: str | None
provisioning_state
"Succeeded", "Failed", "Canceled", "InProgress", "Updating", and "Deleting".
provisioning_state: str | _models.SandboxGroupProvisioningState | None