Share via


GroupProperties interface

Properties of group resource.

Extends

Properties

areAssessmentsRunning

If the assessments are in running state. NOTE: This property will not be serialized. It can only be populated by the server.

assessments

List of References to Assessments created on this group. NOTE: This property will not be serialized. It can only be populated by the server.

createdTimestamp

Time when this group was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

groupStatus

Whether the group has been created and is valid. NOTE: This property will not be serialized. It can only be populated by the server.

groupType

The type of group.

machineCount

Number of machines part of this group. NOTE: This property will not be serialized. It can only be populated by the server.

supportedAssessmentTypes

List of assessment types supported on this group.

updatedTimestamp

Time when this group was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

provisioningState

The status of the last operation.

Property Details

areAssessmentsRunning

If the assessments are in running state. NOTE: This property will not be serialized. It can only be populated by the server.

areAssessmentsRunning?: boolean

Property Value

boolean

assessments

List of References to Assessments created on this group. NOTE: This property will not be serialized. It can only be populated by the server.

assessments?: string[]

Property Value

string[]

createdTimestamp

Time when this group was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

createdTimestamp?: Date

Property Value

Date

groupStatus

Whether the group has been created and is valid. NOTE: This property will not be serialized. It can only be populated by the server.

groupStatus?: string

Property Value

string

groupType

The type of group.

groupType?: string

Property Value

string

machineCount

Number of machines part of this group. NOTE: This property will not be serialized. It can only be populated by the server.

machineCount?: number

Property Value

number

supportedAssessmentTypes

List of assessment types supported on this group.

supportedAssessmentTypes?: string[]

Property Value

string[]

updatedTimestamp

Time when this group was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

updatedTimestamp?: Date

Property Value

Date

Inherited Property Details

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

Inherited From AzureResourceProperties.provisioningState