Language

SandboxGroupPatch Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SandboxGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SandboxGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SandboxGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SandboxGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SandboxGroupPatch>.Write(ModelReaderWriterOptions)

Applies to