Get Assessment Projects Operation Result
data class GetAssessmentProjectsOperationResult(val assessmentSolutionId: String? = null, val createdTimestamp: String, val customerStorageAccountArmId: String? = null, val customerWorkspaceId: String? = null, val customerWorkspaceLocation: String? = null, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val projectStatus: String? = null, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val serviceEndpoint: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedTimestamp: String)
An Assessment project site resource.
Constructors
Link copied to clipboard
fun GetAssessmentProjectsOperationResult(assessmentSolutionId: String? = null, createdTimestamp: String, customerStorageAccountArmId: String? = null, customerWorkspaceId: String? = null, customerWorkspaceLocation: String? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, projectStatus: String? = null, provisioningState: String? = null, publicNetworkAccess: String? = null, serviceEndpoint: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedTimestamp: String)