GetGroupsOperationResult

data class GetGroupsOperationResult(val areAssessmentsRunning: Boolean, val assessments: List<String>, val azureApiVersion: String, val createdTimestamp: String, val groupStatus: String, val groupType: String? = null, val id: String, val machineCount: Int, val name: String, val provisioningState: String? = null, val supportedAssessmentTypes: List<String>? = null, val systemData: SystemDataResponse, val type: String, val updatedTimestamp: String)

Group resource.

Constructors

Link copied to clipboard
constructor(areAssessmentsRunning: Boolean, assessments: List<String>, azureApiVersion: String, createdTimestamp: String, groupStatus: String, groupType: String? = null, id: String, machineCount: Int, name: String, provisioningState: String? = null, supportedAssessmentTypes: List<String>? = null, systemData: SystemDataResponse, type: String, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the assessments are in running state.

Link copied to clipboard

List of References to Assessments created on this group.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time when this group was created. Date-Time represented in ISO-8601 format.

Link copied to clipboard

Whether the group has been created and is valid.

Link copied to clipboard
val groupType: String? = null

The type of group.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Number of machines part of this group.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

List of assessment types supported on this group.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Time when this group was last updated. Date-Time represented in ISO-8601 format.