SandboxGroupProperties 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.
SandboxGroup resource specific properties.
public class SandboxGroupProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SandboxGroupProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SandboxGroupProperties>
type SandboxGroupProperties = class
interface IJsonModel<SandboxGroupProperties>
interface IPersistableModel<SandboxGroupProperties>
Public Class SandboxGroupProperties
Implements IJsonModel(Of SandboxGroupProperties), IPersistableModel(Of SandboxGroupProperties)
- Inheritance
-
SandboxGroupProperties
- Implements
Constructors
| Name | Description |
|---|---|
| SandboxGroupProperties() |
Initializes a new instance of SandboxGroupProperties. |
Properties
| Name | Description |
|---|---|
| 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. |
| 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. |
| ProvisioningState |
Gets the ProvisioningState. |