IEnvironment Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentTypeConverter))]
public interface IEnvironment : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentTypeConverter))>]
type IEnvironment = interface
interface IJsonSerializable
interface IEnvironmentUpdateProperties
interface IEnvironmentPatchProperties
Public Interface IEnvironment
Implements IEnvironmentUpdateProperties
- Derived
- Attributes
- Implements
Properties
CatalogName |
The name of the catalog. Cannot be updated after creation. |
Code |
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
DefinitionName |
The name of the environment definition. Cannot be updated after creation. |
Detail |
A list of additional details about the error. |
ExpirationDate |
The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted. (Inherited from IEnvironmentPatchProperties) |
Message |
A message describing the error, intended to be suitable for display in a user interface. |
Name |
Environment name. |
OperationLocation | |
Parameter |
Parameters object for the environment. Can only be updated via create or replace. (Inherited from IEnvironmentUpdateProperties) |
ProvisioningState |
The provisioning state of the environment. |
ResourceGroupId |
The identifier of the resource group containing the environment's resources. |
Target |
The target of the particular error. For example, the name of the property in error. |
Type |
The name of the environment type. Cannot be updated after creation. |
Uri |
The unique URI of the environment |
User |
The AAD object id of the owner of this Environment. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |