SandboxGroupProperties Class

SandboxGroup resource specific properties.

Constructor

SandboxGroupProperties()

Variables

Name Description
environmentId
str

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.

defaultDomain
str

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.

provisioningState
Union[str, <xref:"SandboxGroupProvisioningState">]

Known values are: "Succeeded", "Failed", "Canceled", "InProgress", "Updating", and "Deleting".

Attributes

defaultDomain

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.

defaultDomain: str

environmentId

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.

environmentId: str

provisioningState

"Succeeded", "Failed", "Canceled", "InProgress", "Updating", and "Deleting".

provisioningState: str | SandboxGroupProvisioningState