Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentSetting

Package version

Represents settings of an environment, from which environment instances would be created

Hierarchy

Index

Properties

Optional configurationState

configurationState: ConfigurationState

Describes the user's progress in configuring their environment setting. Possible values include: 'NotApplicable', 'Completed'

Optional description

description: undefined | string

Describes the environment and its resource settings

Optional id

id: undefined | string

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastChanged

lastChanged: Date

Time when the template VM was last changed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastPublished

lastPublished: Date

Time when the template VM was last sent for publishing. NOTE: This property will not be serialized. It can only be populated by the server.

Optional latestOperationResult

latestOperationResult: LatestOperationResult

The details of the latest operation. ex: status, error NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

The location of the resource.

Optional name

name: undefined | string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The provisioning status of the resource.

Optional publishingState

publishingState: PublishingState

Describes the readiness of this environment setting. Possible values include: 'Draft', 'Publishing', 'Published', 'PublishFailed', 'Scaling' NOTE: This property will not be serialized. It can only be populated by the server.

resourceSettings

resourceSettings: ResourceSettings

The resource specific settings

Optional tags

tags: undefined | object

The tags of the resource.

Optional title

title: undefined | string

Brief title describing the environment and its resource settings

Optional type

type: undefined | string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uniqueIdentifier

uniqueIdentifier: undefined | string

The unique immutable identifier of a resource (Guid).

Generated using TypeDoc