Project interface
Represents a project.
Properties
| created | Gets the date this project was created. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | Gets or sets the description of the project. |
| dr |
Gets if the Disaster Recovery (DR) mode is on, indicating the project is temporarily read-only. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | Gets the project id. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
Gets the date this project was last modified. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Gets or sets the name of the project. |
| settings | Gets or sets the project settings. |
| status | Gets the status of the project. Possible values include: 'Succeeded', 'Importing', 'Failed' |
| thumbnail |
Gets the thumbnail url representing the image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
created
Gets the date this project was created. NOTE: This property will not be serialized. It can only be populated by the server.
created?: Date
Property Value
Date
description
Gets or sets the description of the project.
description: string
Property Value
string
drModeEnabled
Gets if the Disaster Recovery (DR) mode is on, indicating the project is temporarily read-only. NOTE: This property will not be serialized. It can only be populated by the server.
drModeEnabled?: boolean
Property Value
boolean
id
Gets the project id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
lastModified
Gets the date this project was last modified. NOTE: This property will not be serialized. It can only be populated by the server.
lastModified?: Date
Property Value
Date
name
Gets or sets the name of the project.
name: string
Property Value
string
settings
status
Gets the status of the project. Possible values include: 'Succeeded', 'Importing', 'Failed'
status?: ProjectStatus
Property Value
thumbnailUri
Gets the thumbnail url representing the image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
thumbnailUri?: string
Property Value
string