Share via


IEnvironment Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.EnvironmentTypeConverter))]
public interface IEnvironment : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.EnvironmentTypeConverter))>]
type IEnvironment = interface
    interface IJsonSerializable
Public Interface IEnvironment
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CatalogName

Name of the catalog.

Code

One of a server-defined set of error codes.

DefinitionName

Name of the environment definition.

Detail

An array of details about specific errors that led to this reported error.

ExpirationDate

The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted.

Innererror

An object containing more specific information than the current object about the error.

Message

A human-readable representation of the error.

Name

Environment name.

OperationLocation
Parameter

Parameters object for the environment.

ProvisioningState

The provisioning state of the environment.

ResourceGroupId

The identifier of the resource group containing the environment's resources.

Target

The target of the error.

Type

Environment type.

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)

Applies to