SandboxGroupPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SandboxGroup resource for use in patch requests.
public class SandboxGroupPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SandboxGroupPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SandboxGroupPatch>
type SandboxGroupPatch = class
interface IJsonModel<SandboxGroupPatch>
interface IPersistableModel<SandboxGroupPatch>
Public Class SandboxGroupPatch
Implements IJsonModel(Of SandboxGroupPatch), IPersistableModel(Of SandboxGroupPatch)
- Inheritance
-
SandboxGroupPatch
- Implements
Constructors
| Name | Description |
|---|---|
| SandboxGroupPatch() |
Initializes a new instance of SandboxGroupPatch. |
Properties
| Name | Description |
|---|---|
| SandboxGroupPatchEnvironmentId |
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. |
| Tags |
Resource tags. |