Language

SandboxGroupPatch.SandboxGroupPatchEnvironmentId Property

Definition

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.

public Azure.Core.ResourceIdentifier SandboxGroupPatchEnvironmentId { get; set; }
member this.SandboxGroupPatchEnvironmentId : Azure.Core.ResourceIdentifier with get, set
Public Property SandboxGroupPatchEnvironmentId As ResourceIdentifier

Property Value

Applies to